Commit Graph

53 Commits

Author SHA1 Message Date
9ded540314 closed #25, #32
All checks were successful
GoLang Tests / Run Go Tests (push) Successful in 49s
2025-09-04 21:22:26 +02:00
327e47840b Fixed tests and git actions (#30)
All checks were successful
GoLang Tests / Run Go Tests (push) Successful in 2m46s
Arbeitszeitmessung Deploy / Build Go Image and Upload (push) Successful in 2m58s
Reviewed-on: #30
Co-authored-by: Tom Tröger <t.troeger.02@gmail.com>
Co-committed-by: Tom Tröger <t.troeger.02@gmail.com>
2025-09-04 10:16:42 +02:00
1ae30c11cb added overtime to time and team page + ui improvements + mobile support for team page closed #12 2025-09-04 00:11:33 +02:00
45440b6457 added tests
Some checks failed
GoLang Tests / Run Go Tests (push) Failing after 35s
GoLang Tests / Build Go Image and Upload (push) Has been skipped
2025-09-03 14:31:57 +02:00
492216b160 added overtime to week report closes #18 2025-09-03 14:31:57 +02:00
1397530cb6 added absence hours 2025-09-03 14:27:27 +02:00
de6da2906f added booking types + working on overtime 2025-09-01 22:41:21 +02:00
50bec238a4 edge case at midnight 2025-08-22 00:50:21 +02:00
5c243e45e1 added Migrate Function for tests
Some checks failed
GoLang Tests / check and test (push) Failing after 24s
2025-08-21 15:00:25 +02:00
b614049d03 added tests for db and user
Some checks reported errors
arbeitszeitmessung/pipeline/head Something is wrong with the build of this commit
2025-08-13 15:50:11 +02:00
ba885357c2 fixes #21 2025-08-12 16:47:06 +02:00
tom
7670efa99b added control tables (s_*) + working on implementing absence and booking types
Some checks failed
arbeitszeitmessung/pipeline/head There was a failure building this commit
2025-08-02 08:55:40 +02:00
tom
4201ed7b1c removed Formatduration and fixed rounding error, working on overtime calculation 2025-07-20 19:34:16 +02:00
6688128d30 fixed pause times for 9h 2025-05-20 15:08:39 +02:00
d955cb02b8 fixed error when only one booking was inserted 2025-05-20 14:47:24 +02:00
f5e2e32545 fixed bugs happening when EMTPY_DAYS was disabled 2025-05-19 22:12:56 +02:00
df3779d264 added absence - abwesenheit, closes #11 2025-05-19 21:42:30 +02:00
37458d8ffb closes #16 2025-05-19 21:41:45 +02:00
tom
d3026ae72e working on absence 2025-05-19 15:10:05 +02:00
tom
5f8bb1514b closes #6 2025-05-04 10:59:39 +02:00
tom
e9514837bc Merge remote-tracking branch 'origin/dev/main' into dev/main 2025-05-01 19:49:53 +02:00
tom
9a88397bb2 added userLogout fixes #15, #10 2025-05-01 19:49:53 +02:00
tom
35ec575a05 added new booking Button + ui for abwesenheit 2025-04-25 17:13:40 +02:00
9918c43527 fixed autoLogout 2025-04-24 17:48:03 +02:00
65ea9c63e9 added Team Presence Page 2025-04-10 09:16:37 +02:00
71e65e9b17 added env switch for empty day rendering + switched from 255 to 254 for auto logout 2025-04-10 09:16:20 +02:00
19251eefed small fixes and refactoring 2025-04-10 09:12:23 +02:00
tom
e60f19ee27 seperated create abwesenheit button + added first part of frontend logic 2025-04-02 10:44:55 +02:00
tom
8994b274e4 changed header + temporary removed empty days 2025-03-28 13:39:22 +01:00
tom
5a696788ed /time now also uses workDay instead of grouped booking --> outsourcing
to sql
2025-03-28 13:06:14 +01:00
tom
eb45a3ef75 added empty days in /team view 2025-03-28 08:23:52 +01:00
tom
b43783356f added from and to times to team view fixes #4, #5 2025-03-27 12:21:58 +01:00
tom
dafcd95428 CHANGE: Minor improvements + updated api docs 2025-02-28 13:13:37 +01:00
tom
54104d5a0e CHANGE: added report section 2025-02-26 15:05:50 +01:00
tom
d68a19790e CHANGE: added team view, with submitted bookings for team members and send form for own bookings 2025-02-25 15:08:34 +01:00
tom
478fd53d4f CHANGE: unified user session getter 2025-02-25 15:07:21 +01:00
tom
0bb12318cc CHANGE: added team page + working on function 2025-02-24 22:11:28 +01:00
tom
fdd6416ad9 CHANGE: refractor + refined user routes, added change pw form and function 2025-02-23 15:46:34 +01:00
tom
64468271d1 CHANGE: added pause time in frontend 2025-02-23 10:08:41 +01:00
tom
f73cf0884c CHANGE: added work and pause time 2025-02-23 09:44:18 +01:00
tom
9987cc226d CHANGE: added encrypted password auth, TODO: add change and add passwd functions 2025-02-22 13:37:20 +01:00
tom
4a0d3a850a CHANGE: added timezone to db connection 2025-02-22 01:02:10 +01:00
tom
f2a5e9874d CHANGE: updated to use personal number as login 2025-02-21 15:58:34 +01:00
tom
8baf2f378a CHANGE: finalized user auth + added booking edit view 2025-02-20 01:56:21 +01:00
tom
35778e58b3 CHANGE: added Frontend + auth 2025-02-19 21:16:58 +01:00
tom
ea364c8898 CHANGE: added autoLogout to Doc + json in struct 2024-09-25 13:18:54 +02:00
tom
3f5f82a304 CHANGE: added personaldaten db and auto logout function 2024-09-21 14:38:04 +02:00
tom
0fac697cda CHANGE: updated to correct sql database 2024-09-10 22:29:26 +02:00
tom
dd2fb9a79f CHANGE: added Cors 2024-09-07 08:54:52 +02:00
tom
bc859085b8 CHANGE: moved DB funcitons into bookings added return for create booking 2024-09-06 08:50:03 +02:00