fix:Doctor filter removal and add specialization
Issue Summary
Removal of unnecessary Doctor filter from queue screens and fixing duplicate replacement medicine display in Verify Medicines page.
Problem Statement
-
Doctor Filter in Queues
- Doctor filter is currently visible in:
- Vitals Waiting Queue
- Vitals Queue
- Consultation Queue
- This filter is not required for the current workflow and adds unnecessary complexity to the UI.
- Doctor filter is currently visible in:
Impact:
- Poor user experience due to cluttered UI.
Proposed Solution
- Remove Doctor filter from all queue screens.
Test-Driven Development
Acceptance Criteria (Given-When-Then)
Scenario 1: Doctor filter removed from queues
Given the user is on any queue screen
When the page loads
Then the Doctor filter should not be visible
Edited by Rajuldev Vandana