user-gearUser settings

  1. Viewing Users:

    • The main view displays a table of users with columns for name, email, active status, and actions.

    • The table automatically loads user data when you access the page.

  2. Adding a New User:

    • Click the "Add User" button at the top of the table.

    • A dialog will open with a form to enter user details.

    • Fill in the required fields: Name and Email.

    • Select the user's permissions and associated business units.

    • Click "Save" to create the new user. The system will send a request to create the user in the backend database.

  3. Editing a User:

    • Click the pencil icon in the "Actions" column for the user you want to edit.

    • A dialog will open with the user's current information pre-filled.

    • Modify the desired fields.

    • Click "Save" to update the user's information. The system will send a request to update the user in the backend database.

  4. Activating/Deactivating a User:

    • Toggle the switch in the "Active" column for the desired user.

    • The system will send a request to change the user's active status in the backend.

  5. Deleting a User:

    • Click the trash can icon in the "Actions" column for the user you want to delete.

    • A confirmation dialog will appear.

    • Click "Confirm" to delete the user. The system will send a request to remove the user from the backend database.

  6. Filtering and Sorting:

    • Use the search bar at the top of the table to filter users by name or email.

    • Click on column headers to sort the table by that column.

  7. Pagination:

    • Use the pagination controls at the bottom of the table to navigate through multiple pages of users if applicable.

For each action you take, the system will communicate with the backend to ensure that the changes are properly saved and reflected in the database. If any errors occur during these operations, you'll see a notification message explaining the issue.

Last updated