-
Notifications
You must be signed in to change notification settings - Fork 494
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
Providing information on demand to users in the UI #6044
Comments
The output of this spike is that we will make an informed decision about whether to use Bootstrap Tooltips, Popovers, or something else, taking into account use cases that currently exist and future expected use cases. |
Useful article that outlines tooltip issues and recommendations. Particularly interesting recommendation is this toggle. Refer to the article for details: https://adamsilver.io/articles/the-problem-with-tooltips-and-what-to-do-instead/ |
Closing in favor of #6209. |
We have tooltips and instructional text to "speak" to users in the UI and provide guidance.
There are situations where providing more information on demand, such as links to sections of the user guides (like Make Data Count #5253), or to specific policies on the upcoming About Harvard Dataverse website, would help people make informed choices in the UI to complete tasks.
This is likely to be especially relevant when DataTags are implemented, and we need to provide supplemental information to people to help them select an appropriate DataTag for their data.
This issue is to consider how we might provide more info on demand in the UI, and implement a solution. Two possibilities:
Definition of done is mockups in code of both of these methods, and implementation of one of them (or something better that does the job) for the Metrics block in the UI.
The text was updated successfully, but these errors were encountered: