Booking Date/Time Master/Client

Hello!

I have a problem.
Situation:
There are 2 types of users:

  1. Master (provides a service)
  2. Client

The master marks the available date and time of reception (10: 00, 11: 00, etc.). For example: August 10 11:00, 13:00, 17:00, August 11 12:00 and 15:00

The client enters the master’s card and sees the available dates marked by the master. Selects a date (for example, August 11), and it is shown the available time, which was set by the master: 12:00 and 15:00.

The client chooses 12:00. And then this date and time is sent to the master.

Please tell me how this can be implemented? I just can’t do it on my own.

Hey, just trying to understand what you’re trying to achieve. But if I’m not wrong…

For Masters

  • Create a database for the Masters’ schedules
  • Create a screen with a form for the Masters to enter schedules via the app interface
  • Entries from the form will be entered into the Masters’ schedules database
  • Create a screen that is visible to clients with the option to either enter a card number/code(?) to view the specific Master’s schedule
  • The screen should contain a list/custom list of the Masters’ schedules database
  • When a client chooses a specific date and timing of the appointment, you must trigger a notification to the specific Master for approval(?)

For clients

  • Profile to book appointments
  • Upcoming appointments page
  • Notification when the Master(s) approve the appointments

Hope this helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.