elthran / BookingSystem

A working booking/calendar system for clients to take orders and create a schedule
0 stars 0 forks source link

Models: Appointment Form #8

Open elthran opened 6 years ago

elthran commented 6 years ago

When a client tries to book an appointment, I'll need to know all of the fields that they will fill out. So far you have:

When booking, I'd like the client to see the service and the employees, including their name and picture, who are available to provide that service. They are then able to click on that person to book them for the service. There could also be a link that says "More Info" to take you to that person's bio. Please refer to JaneApp to see how they do it: https://hartwelltherapy.janeapp.com

I looked at the Jane app. It seems sleek. We will break it into parts. This issue is the "form" for booking appointments. It seems I first choose a day, then choose an available time (that will be handled elsewhere). Now, once I have an available time selected, there is a "Complete Booking". If I click that, what fields will need to be filled out? It starts with "email address". This is the first form. I assume if that is already in the system it will auto fill most of the rest of the form? Can you let me know what fields you would want available and how to the form will be broken up (email -> everything else? or multiple steps. Or everything at once?)

melissachang9 commented 6 years ago

Clients will complete a form with:

First and Last Name Phone No Email Address

Then they should be taken to payment screen. After payment is complete, appointment is booked but client should then be prompted to complete the consent forms.