-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersintermediate
Description
Description
Enhance the System by implementing role-based authorization. Only users with the Admin role should be allowed to:
- Add tables
- Add categories (if available)
- Update orders
Regular employees should have restricted access and should not be able to perform these actions.
Acceptance Criteria
- Implement role-based access control (RBAC).
- Restrict table and category creation to admins only.
- Restrict order updates to admins only.
- Ensure non-admin users cannot access these functionalities.
- Implement proper authentication and authorization checks.
- Return appropriate error messages when unauthorized actions are attempted.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersintermediate