Resolve "fix: Display Doctor Name Instead of Doctor ID in Consultation History"
Description:
This merge request updates the Consultation History component to display the doctor’s name instead of the Doctor ID (UUID). Previously, the UI rendered the internal doctorId value, which is not meaningful to end users and caused confusion during consultation tracking.
With this change, the frontend now displays the corresponding doctor name while retaining the doctorId internally for backend/API operations. This improves readability, usability, and aligns the interface with real medical camp workflow expectations.
Changes Made:
- Updated Consultation History UI to render doctor.name instead of doctorId.
- Adjusted data mapping logic to fetch/include doctor details.
- Ensured proper fallback handling if doctor data is unavailable.
- Maintained existing styling and layout consistency.
Impact:
- Improved user experience and clarity.
- No changes to consultation workflow logic.
- No breaking changes to existing functionality.