Skip to content

Feat/unified patientdashboard

Rajuldev Vandana requested to merge feat/unified_patientdashboard into develop

Description

This merge request includes the implementation of a new backend API for the Patient Dashboard module. It also resolves authentication-related issues that were causing internal server errors during local testing.

Changes Included

Implemented new API endpoint for the Patient Dashboard.

Added required business logic and data handling for dashboard responses.

Fixed authentication and authorization flow causing internal server errors.

Verified API functionality with successful responses on localhost.

Ensured backend services run stably in the local environment.

Testing Done

Tested Patient Dashboard API locally using authenticated requests.

Verified backend startup and API accessibility on localhost.

Confirmed no internal server errors after authentication fixes.

Impact / Notes

Enables backend support for Patient Dashboard feature.

Ready for frontend integration.

No breaking changes to existing APIs.

Checklist

[x]Code compiles and runs locally

[x]Authentication validated

[x]No existing functionality impacted

Screenshots

Before Creating the Api: Screenshot_from_2026-02-07_15-34-39 After creating the Api: Screenshot_2026-02-07_at_3.17.50_PM Screenshot_2026-02-07_at_3.17.51_PM_2_ Screenshot_2026-02-07_at_3.17.51_PM_3_

Edited by Rajuldev Vandana

Merge request reports

Loading