Nactore-Org / Nacto-Care

Empowering Indian nurses to bridge the gap from 2.06 to 3 nurses per 1000 people as per WHO's convention, transforming healthcare employment in India
https://nacto-care.vercel.app
GNU General Public License v3.0
24 stars 56 forks source link

Feat: Adding the Service section #223

Open Harshil-Jani opened 3 months ago

Harshil-Jani commented 3 months ago

Describe the feature

When user clicks on service page they should get two options

Book your HomeCare (with an AI generated pic of nurse somewhere) Find a patient (with an AI generated pic of patient somewhere) But on the top there should be an option to select a city. By default you can keep any specific city selected and store that the latest selection in a local storage. Based on the city selected and the service selected, We need another two pages which will list out all the list of patients and nurses from that city. For now don't worry about the data, just put dummy data in it.

But the whole idea is

image

I think that this could be an Level 3 task and you can spend enough efforts for it. If you feel this is going to be too much for a single PR you can divide in 2 PRs of level-2. Let me know what are your thoughts on it.

Add ScreenShots

No response

Record

github-actions[bot] commented 3 months ago

Congratulations, @Harshil-Jani! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated, and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

Harshil-Jani commented 3 months ago

@Hemashree21 Wait for a "reasonable response" in previous issue till afternoon. If we find nothing serious just start with it and feel free to discuss here.

~I already had some discussions last night with the contributor on Linkedin and things are too odd to understand.~

AkshitGarg24 commented 3 months ago

Hi @Harshil-Jani ,

I am interested in solving this issue but I have a question:

Should we add a new "Services" option in the navbar, or should we replace the existing "Book Nurse" option on the main page with "Services"?

Hemashree21 commented 3 months ago

@Harshil-Jani I think I can complete it in a single PR of level 3. If I click the book homecare or the find patients button, should I redirect the responses to a different page or can I display the data below in the same page?

Harshil-Jani commented 3 months ago

@Hemashree21 Totally upto you. As long as we can render the different services it works. Whichever feels easier to maintain and implement to extend future functionalities.