Closed toomeyDev closed 2 years ago
https://github.com/toomeyDev/SimpleTimeClock/tree/frontend-gui Branch will handle all progress towards GUI until completion, original CLI version should be forked before merge.
bf3baf259bcb85afc4a6a75539d7d776bf514ebb Current CLI implementation of the program has been split into separate branch, further development of the terminal-based edition should go here: https://github.com/toomeyDev/SimpleTimeClock/tree/cli-legacy
d45bde943d92e2be49a38b619c02b6a2f4fdc26f Merged GUI branch into main, most important functionality implemented (time tracking, calculation of totals), still need to port many features over from the CLI version.
A GUI would make operating the program easier and more effective for keeping track of past timesheets. Important GUI features are entering time, viewing previous entries, removing entries and saving entries to external locations via various buttons and inputs.
GUI should be resizable and remain responsive to the user's screen size, not losing legibility at most sizes.