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:
+