Please enable JavaScript.
Coggle requires JavaScript to display documents.
Exercise 1 & 2 - Admin Portal App - Coggle Diagram
Exercise 1 & 2 - Admin Portal App
Menu Page (navigation) [All users]
User Management [Admin]
(FF) Sales Reports [All users]
Feature Flag, enabled only in Dev Environment
User List Page [Admin]
(see screen mock)
DataTable Grid of Users
Grid columns:
First Name
Last Name
Type
Status(Active or Inactive)
Actions all in one column (not like the mock)
Link to View Page (not in mock – will load the View User Page/Modal)
Link to Edit (will load the Add/Edit User page in edit mode)
Link to Activate/Deactivate (will mark the user as disabled after confirming with user)
Search Filters:
Text search: Name
Dropdown: Account Type
Update User Page
Create User Page (View)
Edit User Page (View)
View User Page/Modal
Sales Report [All users] - CURRENTLY DISABLED - AWAITING EX 2