feat: updated rbac for volunteer to start consultation
Summary
Updated RBAC rules to allow volunteers to start patient consultations by transitioning queue status from waiting → in_consultation.
Why
Volunteers actively assist in patient flow during medical camps. Previously, they were blocked by backend permissions (403), causing workflow delays and UX issues.
Image
What Changed
- Allowed volunteer role to start consultations
- Synced backend permissions with frontend behavior
- No changes to DB schema or API contracts
After
Impact
- Smoother consultation workflow
- Reduced dependency on coordinators
- Better role alignment with real-world operations
Testing
- Verified volunteer can start consultation
Edited by Mukthanand Reddy M
