-
Notifications
You must be signed in to change notification settings - Fork 2
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
Improving user experience with "Visibility" options #62
Comments
This issue is meant for discussion. If we agree on specific changes, separate issues will be created for each. |
Can we also discuss: what should happen if the user clicks hide in project view: should the data be immediately hidden or remain visible (with eye-icon) and upon refresh disappear? |
Changes: After project view is reloaded: the maximize/minimize state is not correct/saved Table buttons: visibility button -> two 'toggle selection" 'toggle seen' In Project table view: “Display/omit hidden items” change to “Hide/show hidden projects”. (see Hanna's suggestions) Steffen's comments: leave as is |
I removed the "keep things permanent" items from this todo list. These changes will go into milestone 2.5. |
Implemented visibility issues mentioned in #62
Visibility options discussed one by one:
In the project table view, visibility options appear under the “More” button, and the only option is “Display/omit hidden items”. When there is a hidden project, clicking on the “Display/omit hidden items” option makes it hidden or visible with an “eye” sign in the project table view. This change is permanent until undone.
In the project view, the following visibility options are under “Visibility”:
“Minimize/Maximize project details” only shows/hides project details. This change is not permanent and is undone when the project view is reopened.
“Display/omit hidden subitems” is supposed to hide or show the items marked as hidden. This change is permanent until undone.
“Hide entire project” hides the entire project and returns to the project list. This change is permanent until undone.
“Minimize/Maximize subitems” hides item details in the project view. This change is not permanent and is undone when the project view is reopened.
In the (measurement, sample, etc.) table view, the visibility options appear under “Selection” and “More”. To hide items, one has to select an item by clicking its checkbox, go to “Selection,” and click “Toggle hidden”. To switch visibility, one has to go to the “More” button and select “Display/Omit hidden items”.
General improvement suggestions:
The placement of visibility options is not intuitive for the users. They can be found either under “More” in the project table view, under “Visibility” in the project view, or under “Selection” and “More” in other table views. A better way would be to have a single “Visibility” button for all table and project views. This button may have the “eye” symbol instead of the “Visibility” text to save space and make the options more intuitive.
Make the not-permanent visibility options in the project view permanent. When the user uses “Minimize/Maximize project details” and “Minimize/Maximize subitems”, remember the specific project changes until the user undoes them manually. Thus, there would be no difference in using different visibility options, and all would be functioning more consistently.
Many display options have different names but nearly the same functionality. Sometimes, the naming does not fully correspond to the functionality. To make the naming clear, all the options that make items or projects marked as hidden (with an eye) could be named as “Toggle hidden” or “Mark as hidden”, and all the other options then could be renamed to “Hide/show”. For Example:
The text was updated successfully, but these errors were encountered: