feat: Add Counselling Queue
MR: Add Counselling Queue
Summary
This MR adds a Counselling queue to the patient workflow. Patients who have completed medicine verification appear in this queue and can be marked as counselling completed.
Changes
- Added Counselling queue column.
- Display patients with status
medicine_verified. - Added Complete Counselling action on patient cards.
- Removed patients from the queue after status update.
Scope
- Frontend UI and queue logic only.
- Reuses existing queue components and styling.
Testing
- Verified patients with
medicine_verifiedappear in the queue. - Verified clicking Complete Counselling updates the status and removes the patient from the queue.