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

targeted navigation design enhancement #87

Open
Tracked by #54
jonathanzong opened this issue Jul 11, 2023 · 1 comment
Open
Tracked by #54

targeted navigation design enhancement #87

jonathanzong opened this issue Jul 11, 2023 · 1 comment
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 Jul 11, 2023

now that we have the targeted navigation menu implemented, it would be awesome to add a some enhancements to the original prototype design.

daniel has suggested implementing sort options so the user can choose what criteria they sort the nodes by (currently it's by descending value)

this would involve:

  • enumerating different ways users might want to sort the list of nodes in a level
  • creating UI to let them choose the sort order
  • editing the displayed descriptions to have the token for the thing they're sorting by at the front of the description
@jonathanzong jonathanzong added enhancement New feature or request 2.0.0 things we want in the 2.0.0 release labels Jul 11, 2023
@lpanda2
Copy link
Collaborator

lpanda2 commented Jul 17, 2023

sort options:

  • index
  • value
  • count of values

ignore facet for now

make changes here: https://github.com/mitvis/olli/blob/main/packages/core/src/Render/Dialog/targetedNavMenu.ts

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