GithubHelp home page GithubHelp logo

setokk / covidetect Goto Github PK

View Code? Open in Web Editor NEW
15.0 5.0 1.0 174.75 MB

Project for "Software Engineering" Course, University of Macedonia (UoM).

License: GNU General Public License v3.0

Java 96.29% Python 0.20% CSS 3.51%
covid-19 dashboard java javafx covid19-data university uom visualization universityofmacedonia

covidetect's Introduction

CovIDetect

CovIDetect is a dashboard application for universities that aims to facilitate the process of managing covid cases and provide statistical insight on attandance rates as well as covid cases.

alt text

Functionalities

The app provides 3 main functionalities:

  • Room Visualization

  • Update Covid Status (Manually)

  • Statistical Analysis

Room Visualization

This functionality provides the user with a visualization of a room and its covid/possible cases.

alt text

The user can select a room, the date at which they wish to see the state of the room and the hours that a lecture occured (HourSpan).

They can also click on the Student ID List button and see all the students that were sitting as well as their health status (covid case, possible case, healthy).

alt text

Update Covid Status (Manually)

This functionality provides the user with the ability to manually update a student's health status to a covid case.

alt text

The user can enter a student's ID and pick the date at which the student was tested and turned out to positive.

The system will automatically update the status of the student and set the possible cases appropriately, two days before the date, for all rooms at which the student may have sat.

Statistical Analysis

This functionality provides the user with the ability to visualize statistical data of attendance rates and covid cases.

This data can be shown:

‣ Yearly

‣ Monthly

‣ Daily

‣ By Hour

‣ By Professor

alt text

The user can select a specific range of dates (From, To) for which they wish to see statistical data for.

They can also select the data category (Attendance Rates, Covid Case Stats) as well as an additional statistical method (in this version, only standard deviation is available).

Setup

This version of the software is available for all platforms that have Java installed.

Requirements

This project requires:

No additional files are needed to run the app.

However, an academic email is required to log in (@uom.edu.gr, @uom.gr in this case).

In case there are problems with the academic email showing up as non existing (problem with the free email verification api (https://mailboxlayer.com/) or the user does not have an academic email, they can use this email: [email protected]

Running the app

In the jarfile folder, there is a CovIDetect.jar file which is all what's needed.

  • Note that the folders and files of the app during execution are created at the same path that the .jar file is, so it is advised that the .jar be put in a folder.

Running in Windows:

java -jar -Xmx280M CovIDetect.jar

Running in Linux:

java -jar -Xmx280M -Djdk.gtk.version=2 CovIDetect-Linux.jar

will execute the app and is all that is needed.

The extra argument -Xmx280M is needed due to the memory increasing over every Service that is executed.

The JVM, while considering some objects eligible for garbage collection, doesn't give back the memory to the OS as it does not deem it necessary (probably because they are Services and it thinks that they might be used again). No "OutOfMemoryError" occured using the extra max heap size argument

Importing project on IDE

This project is an IntelliJ IDEA JavaFX project.

covidetect's People

Contributors

setokk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

nikolasppd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.