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

Consider using an expandable tree to show objectives in period summary #28

Open
amdw opened this issue Mar 21, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@amdw
Copy link
Collaborator

amdw commented Mar 21, 2020

Currently, there is a "show objectives" toggle in the group summary pane(s) in the period summary view, to allow the specific objectives to be displayed underneath each group.

It would be possible to use a tree for this instead, so that the user could expand individual groups to see the objectives. Angular Material has a tree component:

https://material.angular.io/components/tree/overview

The advantage of this would be that the user could easily open and close individual groups of interest. Currently, it's easy to lose your scroll position when you turn on the "show objectives" toggle, especially if there are a lot of groups and/or objectives.

The disadvantage of using the standard Angular Material tree component would be that the view would become much less information-dense: each tree node is much taller than an individual list item.

@amdw amdw added the enhancement New feature or request label Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant