Commit Graph

15 Commits

Author SHA1 Message Date
Matthieu Haineault
c427cc7718 reafactor(EsLint): Eslint corrections 2026-02-27 13:19:38 -05:00
Matthieu Haineault
6d17baf6c8 fix(prisma): fix prisma calls to match 7.3.0 versions 2026-02-05 11:52:46 -05:00
Matthieu Haineault
b269062816 fix(Prisma): Fix prisma queries around the whole app to match new structure of many instance of clients/services files. added scripts to manage more than one schema at a time 2026-02-04 14:13:06 -05:00
Matthieu Haineault
8b9c2f7a86 feat(mariaDB): clean prisma MariaDB folders. re-organized it and added scripts command for easier generation and migration 2026-02-03 15:52:02 -05:00
Matthieu Haineault
d7eacd127c feat(prisma): setup for including MariaDB with the new Prisma version 7.3.0 2026-02-03 11:40:08 -05:00
Matthieu Haineault
027dd48efb fix(module-access): fix module access for none-admin users 2025-12-19 12:23:55 -05:00
049571c08d Merge branch 'main' of git.targo.ca:Targo/targo_backend 2025-12-15 09:02:13 -05:00
0c77df41c6 fix(pay-period): minor fix to pay period handling, was returning pay-year of date from request rather than pay-year from pay period in db 2025-12-15 09:01:37 -05:00
Matthieu Haineault
b01506f013 fix(schedule_preset): added a param to orderBy to sort shifts by start_date as well as week_day 2025-12-12 14:53:56 -05:00
Matthieu Haineault
6f3acde71b fix(preset): added order by start_time 2025-12-12 14:31:01 -05:00
Nic D.
cb52089db8 fix(schedule-preset): adjust services to use consistent dto and field names (mix of shifts and preset_shifts) 2025-12-10 16:51:38 -05:00
Matthieu Haineault
b6132c8b35 feat(schedule-presets): added a service that applies a preset to an existing timesheet. did some cleaning in utils and dtos 2025-12-09 13:02:10 -05:00
Matthieu Haineault
d913f59eb5 refactor(schedules_employees): refactor schema relations between employees and presets 2025-12-04 10:42:54 -05:00
Matthieu Haineault
26ea84cf1a feat(user_module_access): created user_module_access model and module. implemented update, revoke and get methods. 2025-11-26 15:05:22 -05:00
Matthieu Haineault
3ceb2e0955 refactor(presets): refactor module to use Result Pattern commented to work on plugging error names 2025-11-18 13:49:18 -05:00