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
It would be nice to have an “Archive” status for roles that I am not longer interested in or are not a good fit. Once I archive them, maybe they can be taken of the roles list to another location where they don’t pollute my active list but I can still access them if I am explicitly looking.
Create an API endpoint that returns a partial HTML document whose purpose is to display/change the state of a role's archive status.
Implement that partial HTML document on the role page using htmx.
Add support to store a role's archive state.
On the role page, use the storage support when fetching/updating the archive status.
On the roles page, generally, be able to show role archive state.
On the roles page, show non-archived roles, by default.
Update the roles page with a toggle button labeled "Show Archived Roles".
When toggled on, update the roles page to include archived roles. An additional header labeled "Archived?" should become visible and a checkbox shown as either checked or not, depending on the role's archive status.
A user should be able to toggle a role's archive status from the roles page when archived roles are visible.
The text was updated successfully, but these errors were encountered:
- Archived roles are hidden by default and can be toggled by a user.
- All elements related to illustrating a role is archived are hidden by
default and toggle-able.
From Karl Kamdem:
role
page, use the storage support when fetching/updating the archive status.roles
page, generally, be able to show role archive state.roles
page, show non-archived roles, by default.roles
page with a toggle button labeled "Show Archived Roles".roles
page to include archived roles. An additional header labeled "Archived?" should become visible and a checkbox shown as either checked or not, depending on the role's archive status.A user should be able to toggle a role's archive status from theroles
page when archived roles are visible.The text was updated successfully, but these errors were encountered: