school-timetracker/backend
Patryk Hegenberg 84def05c50 feat: change Manual time entry to work with hours instead of start and end time
according to add hours as well the logic was changed to accept ours for
manual entries instead of start and end time. This allows to add
negative numbers as well, which are added to working time.
2025-11-08 11:27:42 +01:00
..
static fix: Add Mobile View and fix error while freeze on entering new schedule 2025-11-05 17:09:37 +01:00
database.go feat: change Manual time entry to work with hours instead of start and end time 2025-11-08 11:27:42 +01:00
go.mod feat: added all features for seconde release candidate 2025-11-05 23:39:51 +01:00
go.sum feat: change from Standart Library to echo framework to simplify development 2025-11-05 07:46:18 +01:00
handlers.go feat: change Manual time entry to work with hours instead of start and end time 2025-11-08 11:27:42 +01:00
load-env.sh fix: Add Mobile View and fix error while freeze on entering new schedule 2025-11-05 17:09:37 +01:00
main.go feat: add schoolyear based calculation 2025-11-06 07:18:23 +01:00
middleware.go feat: change Manual time entry to work with hours instead of start and end time 2025-11-08 11:27:42 +01:00
models.go feat: add schoolyear based calculation 2025-11-06 07:18:23 +01:00