π Problem
The system does not clearly enforce user roles such as Admin, Doctor, and Receptionist.
π― Objective
Secure the system using role-based access control.
β
Tasks
- Define roles:
- Admin
- Doctor
- Receptionist
- Restrict access to endpoints based on roles
- Integrate with authentication system (JWT/Spring Security)
π§ͺ Acceptance Criteria
- Unauthorized users cannot access restricted endpoints
- Role-based permissions are enforced
- Security configuration is documented
π Problem
The system does not clearly enforce user roles such as Admin, Doctor, and Receptionist.
π― Objective
Secure the system using role-based access control.
β Tasks
π§ͺ Acceptance Criteria