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
26 stars 56 forks source link

Feat: Designing the Book Now page #259

Open Hemashree21 opened 3 months ago

Hemashree21 commented 3 months ago

Describe the feature

I want to work on designing the page which comes when I click on Book now

image

@Harshil-Jani can you please provide some suggestions on how to design the layout of this page and assign it to me?

Add ScreenShots

No response

Record

github-actions[bot] commented 3 months ago

Congratulations, @Hemashree21! 🎉 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

When you click "Book Now" So it should take some details and do some scoring and guessing.

Let's say as a patient you went to this current page. Now again in this page itself there should be a drowdown option of selection a nurse of a particular type for example physiotherapist if you need one at home. So it will filter out the physio. Now the patient has options to select among the available nurses ( I would recommend to remove the image from the section since it should be against PII if shown before the session has been booked. Once the session is booked it is important to show image of nurse reason being they should know who's coming so there is no chance of proxy). Now on clicking the Book Now, They get to fill in some details like "Describe the problem" or something similar along with timing and date of when they want it to happen or if they want it now. Based on the timing which they will select and the nurse metadata like experience and ratings and rate we need to put a score on how much the patient needs to be charged for the session ( For now you can keep dummy charge). Once the charge is show, there should be a confirm button somewhere which will redirect to payment gateway and rest is handled to it outside of the app and once done we can put an intent that session is booked.

So you can try implementing things before payment and just put a dummy payment for now.

Hemashree21 commented 3 months ago

@Harshil-Jani Got it, I will try to implement this.