Description:
It is a cloud based attendance system. Students can update their Covid test result and do health check by using the web app. Our app will maintain the stats of students by using a database.
Using Student Health Reporting Web App, students can easily update their health status, and administrator can be aware of every student’s health status in time. This app helps to monitor for symptoms of COVID-19 and to keep the university community safe.
Key cloud features and functionalities involved:
Student can add/edit/delete student records.
Student record includes the student's name, email, NUID, and a password.
Student can add/edit/delete health check history.
Administrator can edit/delete all students’ data.
Architecture overview diagram and description:
Each Student has a Health Record.
Each Health Record conatins multiple questions.
Each RecordedQuestion is a Question in a HealthRecord.
Each Student can add or delete RecordedQuestion into their HealthRecord.
Implementation approach (High-level):
Using Django framework to development the application in one EC2 instance. Users can access the website through the instance ip address.
Comentários