-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat] : Select your time slot (click on ctas in docs component) #176
Comments
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible. Please note that this is the project owner, @itsmohit097 Do the fork and branch process properly (read contribution.md file). if no followed properly PR will not be merged. Thank you for your cooperation. |
I have experience with MERN stack and can add this feature within a day. @itsmohit097, please assign this to issue to me under GSSOC'24 |
@vaibhavityagi pls wait to get assign i have to tix something before. |
No worries, eagerly waiting. |
@vaibhavityagi i want a functionality like when user clicks on both ctas it will open a right sidebar in which user can slot time |
Hey, @itsmohit097 I understand the issue, will start my work as soon as you assign it to me |
@vaibhavityagi assigned to u. Only make changes regarding to the issue (no other changes need to made) |
alright, have forked the repo, will start working right away |
Description
The user is not able to book an appointment
Actual Behavior
The book appointment button is doing nothing, no request goes to the backend, and the frontend doesn't render any form to get the details necessary to book an appointment
Expected Behavior
When the button is clicked, the user should be taken to login (if not already logged in).
After clicking the button:
- Frontend: form to get all the necessary details required for appointment booking
- Backend: req should be sent to the appointment route from the backend
Finally, show the appointment status to the user
Screenshots
Actual:

Expected (highlight the part that requires changes):

The text was updated successfully, but these errors were encountered: