-
Notifications
You must be signed in to change notification settings - Fork 70
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
Investigate field-level help #273
Comments
Mouse-over events can be applied to most html elements, so it should not be a problem to display some sort of tooltip text over the things we wish to document. |
Is this issue still open. Can I work on it? |
@Saichethan Yes this issue is available. |
@MaJuRG can you explain this issue. How can I solve it ? |
Hey @MaJuRG Can i work on this issue. |
I am just guessing that we can add tooltips to those elements and it would all work out fine? |
@gat786 Yes tooltips for those elements would be a great start. Unfortunately we do not have an exhaustive list. I think your approach of incremental addition would be a great start. I think the headers on the Table View would be great candidates for these tooltips; In this case, it would be a very short description of the corresponding header name. For instance, the tooltip for the Perhaps this could be even shorter. We want to convert enough information in as little characters as possible IMO. |
@MaJuRG I just reviewed the codebase for a while. And the table view is created with the help of a |
@gat786 When running locally, you may be able to use the web view tools to find the element class name. |
It would be very helpful to offer field-level help for the UI buttons and for column headers - either by mouse over or some icon. This is much more convenient for basic definition of functions and data as compared to linking to external wiki or other pages. I hope that there is something already available in the Electron domain - not suggesting that we write this feature on our own.
I searched the Electron doc pages, but did not find anything. It could be there under more Electron-precise terminology - I searched for "field help".
The text was updated successfully, but these errors were encountered: