Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement spatial navigation #48

Open
Tracked by #54
jonathanzong opened this issue Apr 15, 2023 · 0 comments
Open
Tracked by #54

implement spatial navigation #48

jonathanzong opened this issue Apr 15, 2023 · 0 comments
Assignees
Labels
2.0.0 things we want in the 2.0.0 release enhancement New feature or request

Comments

@jonathanzong
Copy link
Member

jonathanzong commented Apr 15, 2023

We want to implement spatial navigation, which is where you navigate the x/y grid instead of the tree structure.

In our old prototype, we did this by adding a new section of the tree, but I think it's better to implement this as a table. The reason is, screen readers already have built in functionality to traverse html tables like a grid.

Old prototype:
https://mitvis.github.io/access-interaction/prototypes/jzong/random-access/

Instructions for old prototype:

  • In the second layer, navigate to Grid view of scatterplot which is after all of the axes/legends
  • down arrow to enter into grid view of scatterplot and use WASD to navigate

My partial attempt:
00d5222

Instructions for partial attempt

  • press 'g' to bring up the grid menu
  • there is a table. theoretically the buttons should open a table view of the data that matches the grid position
@jonathanzong jonathanzong added the enhancement New feature or request label Apr 15, 2023
@jonathanzong jonathanzong added the 2.0.0 things we want in the 2.0.0 release label Jul 11, 2023
@jonathanzong jonathanzong self-assigned this Jul 23, 2023
@jonathanzong jonathanzong assigned ezralee and unassigned jonathanzong Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0.0 things we want in the 2.0.0 release enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants