Skip to content

Releases: AY2122S2-CS2103T-T12-1/tp

v1.4

11 Apr 14:17
deacf66
Compare
Choose a tag to compare

v1.4 Release for our application, Ultimate Divoc Tracker (UDT)!
Notes:

  • Fixed bugs
  • Improved documentation
  • Cosmetic enhancements
  • Improved code quality
  • Improved tests

v1.3 JAR Release

30 Mar 12:48
2ee4914
Compare
Choose a tag to compare

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 be Close-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

21 Mar 08:04
d4e6ec5
Compare
Choose a tag to compare

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)