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
As a Data Browser user, I want to clearly understand the use of Roles within the Data Browser and how to select them, so I can access advanced Data Browser functionality.
Acceptance Criteria
The Roles section of the Preferences page displays:
a. A short description about Roles and their use within the Data Browser.
b. A tip on how to select multiple roles.
The Userguide is updated to reflect the enhancement.
Dev Notes
Use fieldset to group the roles with legend "Roles".
Potentially use input=checkbox + label=for (instead of option) per role. Easy to select a role at a time, and for multiple role selections, it doesn't require key or click combinations.
Reuse text from userguide#roles for the short description of a role either after each label or have a title (for tooltip) or some other indicator to help find out about the capabilities.
The text was updated successfully, but these errors were encountered:
Based on comments on SolidOS/userguide#17.
User Story
As a Data Browser user, I want to clearly understand the use of Roles within the Data Browser and how to select them, so I can access advanced Data Browser functionality.
Acceptance Criteria
a. A short description about Roles and their use within the Data Browser.
b. A tip on how to select multiple roles.
Dev Notes
fieldset
to group the roles with legend "Roles".input=checkbox
+label=for
(instead ofoption
) per role. Easy to select a role at a time, and for multiple role selections, it doesn't require key or click combinations.userguide#roles
for the short description of a role either after eachlabel
or have atitle
(for tooltip) or some other indicator to help find out about the capabilities.The text was updated successfully, but these errors were encountered: