Design - normalfactory/AppointmentApp GitHub Wiki

Background

Create ASP.NET MVC Core 2.2 application that has six pages:

  • Pending Appointments
    Contains a list of the appointments that are pending approval by user. The user has the ability to confirm the appointment or suggest alternative time.
  • Alternative Time
    Allows the user to suggest alternative time
  • Alternative Time Confirmation
    Page provides message that the alternative time was successfully sent to user.
  • Confirmed Appointments
    List of appointments from current edit session that have been confirmed.
  • Alternative Appointments
    List of appointments from current edit session that have alternative time suggested.
  • About
    Information about the project.

Wireframe

Diagram provides overview of the page layout.