AnthisCareerAcademy / EasyPunchCard

This will be an Open source punch card system that the Anthis Career Academy Software Development Class will be developing for internal use.
MIT License
1 stars 5 forks source link

feat: Added clock class. Allows uses to punch in and punch out. #13

Closed AungA07 closed 1 month ago

AungA07 commented 1 month ago

Added a Clock class. Methods inside the class include: punch_in, punch_out, and close. Excluding close, punch_in and punch_out update cells in a database. The close method closes the connection to the SQLite database and should be ran when the user is done using the Clock class.

martincarapia commented 1 month ago

Please update the file according to the planned schema #15