π Problem
All users may currently have the same level of access.
π― Objective
Restrict access based on user roles.
β
Tasks
- Define roles (e.g., Admin, fireman, User)
- Restrict certain actions/pages by role
- Update backend and frontend logic
π§ͺ Acceptance Criteria
- Users can only access authorized features
- Unauthorized access is blocked
- Roles are clearly defined
π Problem
All users may currently have the same level of access.
π― Objective
Restrict access based on user roles.
β Tasks
π§ͺ Acceptance Criteria