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
No one else should have access. (customers should not have access to add/edit/remove products)
Customers should not be able to view other customer information
All users (customer & admin will have access to below route:
/website/user/dashboard
when component mounts, fetch user
user will have userType of customer or admin
check if user is an Admin. if yes, render one extra button/icon
- when clicked on, it will Link to route specifically for admin-functionality (ie /website/manage)
The text was updated successfully, but these errors were encountered:
christine-zheng
changed the title
8.2 Admin: have full rights to make backend requests to add, edit, and remove products. And view user information
8.3 Admin: have full rights to make backend requests to add, edit, and remove products. And view user information
Nov 10, 2022
( Parent ticket: #41 )
All users (customer & admin will have access to below route:
/website/user/dashboard
- when clicked on, it will Link to route specifically for admin-functionality (ie /website/manage)
The text was updated successfully, but these errors were encountered: