You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Users may encounter specific terms within the content of the app that they are unfamiliar with. Currently, there is no way to provide instant explanations for these terms within the app, which can hinder user understanding and accessibility.
Describe the solution you'd like
Implement a frontend feature that highlights glossary terms directly within the app content. When a user encounters a term that exists in the glossary, it should be displayed in a distinct style (e.g., underlined or highlighted, as proposed by ui-ux). Tapping on the highlighted term should open a small popup or modal providing the definition of the term.
This feature would involve:
Fetching the glossary terms from the backend.
Automatically detecting and highlighting terms within the app content.
Displaying a tooltip, popup, or modal with the term definition when the user taps on the highlighted word.
Describe alternatives you've considered
Another option would be to use a glossary icon next to the term instead of direct highlighting, which could reduce visual clutter but might be less intuitive.
Is your feature request related to a problem? Please describe.
Users may encounter specific terms within the content of the app that they are unfamiliar with. Currently, there is no way to provide instant explanations for these terms within the app, which can hinder user understanding and accessibility.
Describe the solution you'd like
Implement a frontend feature that highlights glossary terms directly within the app content. When a user encounters a term that exists in the glossary, it should be displayed in a distinct style (e.g., underlined or highlighted, as proposed by ui-ux). Tapping on the highlighted term should open a small popup or modal providing the definition of the term.
This feature would involve:
Describe alternatives you've considered
Another option would be to use a glossary icon next to the term instead of direct highlighting, which could reduce visual clutter but might be less intuitive.
Additional context
Backend-Issue: #3092 and #3090
The text was updated successfully, but these errors were encountered: