From 7226e3938e2557375f8c849ae3bdce0a69731e2b Mon Sep 17 00:00:00 2001 From: Pranav Amarnath <64337291+PranavAmarnath@users.noreply.github.com> Date: Sun, 25 Jun 2023 12:53:32 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a58f63..f585e27 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ A Java Swing application for logging into and out of a system to track hours spe Run with java -jar MGMT-1.0-SNAPSHOT.jar (or double-click it). Requires Java 17 or newer. ## Insight -The purpose of this application is to manage the hours of people who log in and log out of the system (the users) and use this statistic to measure commitment.

+The purpose of this application is to manage the hours of people who log in and log out of the system (the users) and use this statistic to measure commitment. +It saves the sign-in timestamp so that a user can still sign out to obtain their hours even if the app closes.

The application utilizes worker threads to read and write CSV data to an external file. This system uses the same model architecture as [SecresCSV](https://github.com/PranavAmarnath/SecresCSV). @@ -27,4 +28,5 @@ How the application looks:

+