-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hover-over help text in records #2295
Comments
Are you expecting there to be tooltips for everything where there is one for editing? |
Yes, that's right, tooltips for every field where there is one in editing. we already have some tooltips with "?" in the record viewing, e.g. cross references in the additional information section. So, that style, but more prevalent across the record. Thanks! |
Do you expect to see tooltips for the general information section, e.g. name, abbreviation, description etc. |
Yes, tooltips for the general information section, all items if possible. Once we've done that we can look at the other sections and see where it makes sense to add them |
This PR covers the general information section: #2305 Further PRs will be necessary at a later date (once Vue3 is dealt with) to complete tooltips for other record sections. |
A user has recently suggested the following:
So, essentially they're suggesting that, just as we have "?" in the edit interface, we should have some way of providing short descriptive sentences about each of our fields in our record view. Having lots of "?" might clutter up the interface, but could we have a sentence appear if a user hovers over the text itself?
To get a first pass at the help text, you could look at the existing help text for the edit ui and adjust it appropriately for someone viewing the record. Thanks!
The text was updated successfully, but these errors were encountered: