Saurav-Pant / Blood-Donation-Project

Website
https://blood-donation-project.vercel.app/
MIT License
56 stars 101 forks source link

feat: Adding Location to ease out filtering #170

Open msanchariii opened 4 months ago

msanchariii commented 4 months ago

What feature?

Adding proper location (state, district, pincode etc.) in Register Donor Form Adding location in Find Blood page to filter out locations

Add screenshots

Screenshot (951)

Record

Saurav-Pant commented 4 months ago

Interesting, can you explain more about where we can add this? @msanchariii

msanchariii commented 4 months ago

Eg. we can add pincode field and a City/villege field while registering Donors. And In Find Blood we can add a search bar to filter out the donors. As we all know in emergency cases one must find appropiate blood donors as near as possible. we may need to modify prisma schema.

Saurav-Pant commented 4 months ago

Great Idea, Go ahead @msanchariii

msanchariii commented 4 months ago

Hey @Saurav-Pant I've Implemented the feature.

msanchariii commented 4 months ago

Also wanted to mention, I was facing a GET request error as there wern't any pincode field in existing data. It got fixed when I made sure every Donor had pincode.

Making a PR.

And please add the correct labels of level and 'gssoc' as per https://github.com/GSSoC24/Contributor

Screenshot (974)