generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
Description
Overview
Our stakeholder has requested that we implement a feature that allows admin users to mark other users as inactive. For this issue, we will update the database schema and add a button that toggles a user's isActive status.
Action Items
- Add the new key/value pair to the
userSchemain theuser.model.jsfileisActive: { type: Boolean, default: true }
- Show the active status of a user on the user details page
- Add a button on the user details page that toggles the active status between
trueandfalse - Notify people depot about this modification to the database schema
Details
- The default state of a newly created user will be
isActive: true - Allow admin users to manage the
isActivestatus of a user via the user details page
Resources
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done
