Releases: AY2122S2-CS2103T-T12-1/tp
Releases · AY2122S2-CS2103T-T12-1/tp
v1.4
v1.3 JAR Release
v1.3 Release for our application, Ultimate Divoc Tracker (UDT)!
Introducing some new features that are coming along with this update:
- Improved UI/UX
- Covid-19 status of students are now prominent in the app, and they are COLOUR-CODED
- Updating a student's status to
Positive
now updates his/her entire class's status to beClose-Contact
- Students now have a new attribute known as
Activity
- Students can have multiple Activities
- It is used to represent CCAs or school-wide activities that students may find themselves participating in
- UserGuide has been updated with the new features as well as how to use them
v1.2.1
Ultimate DIVOC Tracker Version 1.2.1
Ultimate DivocTracker is a desktop app for managing COVID-19 contacts in school admin, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you can type fast, Ultimate DivocTracker can get your contact management tasks done faster than traditional GUI apps.
Quick-Start
Copy the jar file into an empty folder
GUI
Double click the duke.jar program.
CLI
Open a command window in that folder
Run the command java -jar {filename}.jar e.g., java -jar duke.jar (i.e., run the command in the same folder as the jar file)