Project: Covid-19 Vaccination Appointment Group members: 1 You need to follow the MVC architectural pattern to develop an online Covid-19 vaccination appointment system using Java Servlets and JSPs. Requirements: The user shall enter his National ID number (then submit the request) The system shall determine if the user: Fully vaccinated – boosted (a person who received two doses, and a booster shot). Fully vaccinated (Two doses) ? (can go for a third shot (vaccine booster shot), see Req 6 below). Already received the first dose ? Allow the user to book an appointment for the second dose Didn’t take any dose ? Allow the user to book an appointment for the first dose The user shall be able to determine the vaccination type (for the first dose only) The user shall be able to select the date/time for the appointment If the user is booking an appointment for the second dose, the time between the first and second dose shall not be less than N weeks (N is configurable in the database based on the vaccine type). When the citizen takes a dose, the nurse/admin shall set this in the database. If the citizen received two doses, he/she can take the third shot, but they must sign a consent. Children under 12 years old are not eligible for vaccination. The user can book an appointment at any vaccination center in any city Each vaccination center can serve up to N people every hour (N is configurable in the database). Vaccination is available from 8:00AM until 5:59PM You need to use a database (of your choice), the DB should contain: Person info (ID, First Name, Last Name, DOB, Address, add more information if you find it necessary) Once the user books an appointment, it shall be recorded in the database The database shall contain the vaccination type, dose number, and the appointment date/time When the citizen receives the shot on the appointment date, the admin/nurse shall record this in the system. You need to write a controller (servlet) to receive the user requests, create and update the models, and dispatch the requests to the correct resources (mainly views). You need to write views (JSP) that will be the response to the user requests. You need to build the model classes that represent the business logic. Make sure to test the main scenarios.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Project: Covid-19 Vaccination Appointment Group members: 1 You need to follow the MVC architectural pattern to develop an online Covid-19 vaccination appointment system using Java Servlets and JSPs. Requirements: The user shall enter his National ID number (then submit the request) The system shall determine if the user: Fully vaccinated – boosted (a person who received two doses, and a booster shot). Fully vaccinated (Two doses) ? (can go for a third shot (vaccine booster shot), see Req 6 below). Already received the first dose ? Allow the user to book an appointment for the second dose Didn’t take any dose ? Allow the user to book an appointment for the first dose The user shall be able to determine the vaccination type (for the first dose only) The user shall be able to select the date/time for the appointment If the user is booking an appointment for the second dose, the time between the first and second dose shall not be less than N weeks (N is configurable in the database based on the vaccine type). When the citizen takes a dose, the nurse/admin shall set this in the database. If the citizen received two doses, he/she can take the third shot, but they must sign a consent. Children under 12 years old are not eligible for vaccination. The user can book an appointment at any vaccination center in any city Each vaccination center can serve up to N people every hour (N is configurable in the database). Vaccination is available from 8:00AM until 5:59PM You need to use a database (of your choice), the DB should contain: Person info (ID, First Name, Last Name, DOB, Address, add more information if you find it necessary) Once the user books an appointment, it shall be recorded in the database The database shall contain the vaccination type, dose number, and the appointment date/time When the citizen receives the shot on the appointment date, the admin/nurse shall record this in the system. You need to write a controller (servlet) to receive the user requests, create and update the models, and dispatch the requests to the correct resources (mainly views). You need to write views (JSP) that will be the response to the user requests. You need to build the model classes that represent the business logic. Make sure to test the main scenarios.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
JQuery and Javascript
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education