What's the problem?
The Patient History page loads all records in one flat table with no way to search or filter. Finding a specific patient requires manually scrolling through every record.
For a clinical tool used by doctors, this becomes genuinely unusable as the number of records grows.
Where is it happening
src/app/history/page.tsx
What I'm suggesting
- A search input to filter by patient filename or name
- A dropdown to filter by diagnosis: All / Healthy / Diabetic Retinopathy
- Both filters work on already-fetched data in state (no extra API calls)
Why it matters
Doctors need to quickly find specific patient records. A flat unfiltered list is not practical in a real clinical environment.
I would like to work on this issue under GSSoC.
Thank you.
What's the problem?
The Patient History page loads all records in one flat table with no way to search or filter. Finding a specific patient requires manually scrolling through every record.
For a clinical tool used by doctors, this becomes genuinely unusable as the number of records grows.
Where is it happening
src/app/history/page.tsxWhat I'm suggesting
Why it matters
Doctors need to quickly find specific patient records. A flat unfiltered list is not practical in a real clinical environment.
I would like to work on this issue under GSSoC.
Thank you.