Skip to content

feat: Add Counselling Queue

Kushal Lagichetty requested to merge feat/counselling_queue into develop

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_verified appear in the queue.
  • Verified clicking Complete Counselling updates the status and removes the patient from the queue.

Merge request reports

Loading