Riksrevisjonen / pioneeR

R package for running a Shiny app for DEA analysis
https://riksrevisjonen.github.io/pioneeR/
GNU General Public License v3.0
6 stars 2 forks source link

Add tooltips to UI elements #48

Open ohjakobsen opened 10 months ago

ohjakobsen commented 10 months ago

pioneeR includes many options that can be confusion for the novice user. Tooltips can be one way to better the UX by giving a short explanation of key concepts. This can be implemented with bslib tooltips.

ohjakobsen commented 10 months ago

As noted by @Aeilert in the discussion of #49, we should also make it more clear for the user that the bootstrap function is not reactive. This can be done by tooltips or other means. We'll include it in this issue.

ohjakobsen commented 9 months ago

One possible way to add tooltip text could be to load a yaml file into the global environment. Items from this file will then be referenced in server.R and ui.R instead of the full text. The yaml file should also support several languages (with a fallback language if no translation is available).