- Kiosk for picking time slot for G, G2 drive test: (Continue from assignment 3, make sure it is working correctly) 0 In this application
- Kiosk for picking time slot for G, G2 drive test: (Continue from assignment 3, make sure it is working correctly) 0 In this application you will simulate some of the actions that you perform in Drive test center. But here you have greater exibility to pick the time of your choice. You will also develop an extension of this application by adding few other user interfaces to perform different actions. Mainly entire application consists of following parts: o 1. Driver Interface (a person who wants to take GZIG license) 0 2. Examiner Interface (a person who takes driver's exam) o 3. Admin (a person who adds schedules and other stuff in the portal) Assignment 4: Appointment Creation and Appointment selection o In this assignment, we will add one more userT'ype = "Admin" and allow him to create drive test appointment slots, later Drivers can pick one of the slot and book drive test appointment. o Day 1: (Week 10): [Day when assignment was released]: Mark I - Add new view to the application - appointment (N 0 need to anything right now) I For now, this page is also protected using user authentication, but it is only accessible User'Type = "Admin" (Ref: Book page: 95) - For this you need to add one more navigation option once user login. - If user is login and UserType = "Driver", they see G2 Test_page, GTest_page navigation option - If user is login and UserType = "Admin", they see only Appointment opti on - Also modify authMiddleware so that one applies to Driver type, and another applies to Admin type (Page ref: 9?, 98). You may choose to add two middleware. 0 Day 2: (Week 11): Mark 1 - Create appointment View - From the appointment page Admin can add appointment slots only - Ie for One date there are many appointment slots can be offered (9:00 am - 2:00 pm), ie appointment times can be 9:00, 9:30, 10:00..... - Simply try to create prototype first, - You can save the data in Appointment collection, you can save each appointment slot separately ({date: , time:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance