feat:Patient progress tracker missing Know Your Patient,Queue, and In Consultation Queue stages
Issue
The frontend patient progress UI does not fully match the backend patient status flow. In some screens, Know Your Patient is missing between Vitals Collection and Queue, and the shared progress tracker also skips Queue and In Consultation Queue.
Because of this, when the backend returns a status like:
["entry", "doctor_assigning", "vitals", "know_your_patient"]
the frontend does not clearly show that Know Your Patient is completed.
Expected Behavior
- Show
Know Your PatientbetweenVitals CollectionandQueue - Mark
Know Your Patientas completed when the API returnsknow_your_patient - Show
QueueandIn Consultation Queuein the shared patient progress tracker - Keep the frontend flow aligned with the backend journey
Impact
Volunteers do not see the full patient journey correctly, which can cause confusion about the patient’s current stage.
Screenshots
Edited by Banuri Koushik Reddy

