Skip to content

Enhancement: Add search and diagnosis filter to Patient History page #21

@pericharlabindhumadhavi-data

Description

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.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions