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
|
a3bdd41648
|
fix(prisma-client): modified imports in many files to match the new structure of the Prisma ORM. (where @prisma/client => prisma/generated/postgres/client). Added commented mariaDB variables to Dockerfile for future connections
|
2026-02-04 10:18:03 -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
|
25e9200c41
|
Merge branch 'main' of git.targo.ca:Targo/targo_backend into dev/matthieu/prisma/MariaDB
|
2026-02-03 11:42: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 |
|
Nic D
|
83f5da2e4a
|
fix(preset): fix issue where notification of creation was being sent for weekly preset application
|
2026-01-27 16:33:27 -05:00 |
|
Nic D
|
652bc1cba1
|
feat(presets): add possibility for user with right permissions to apply presets to employee timesheets
|
2026-01-27 16:12:28 -05:00 |
|
Nic D
|
68883b84e7
|
feat(pay-period): add SSE for timesheet-approval when employees update timesheet and a user is on timesheet-approval
|
2026-01-21 10:21:58 -05:00 |
|
Nic D
|
63cc2a4458
|
fix(chatbot): changed session id to be unique with user email instead of using testing for everything
|
2026-01-15 10:17:45 -05:00 |
|
Matthieu Haineault
|
dda1592871
|
clean(pre-prod): did some cleaning
|
2026-01-12 09:54:38 -05:00 |
|
Matthieu Haineault
|
027dd48efb
|
fix(module-access): fix module access for none-admin users
|
2025-12-19 12:23:55 -05:00 |
|
|
|
e67ed22bad
|
fix(presets): fix minor issue with adding a daily preset
|
2025-12-17 13:28:14 -05:00 |
|
Matthieu Haineault
|
4f0f5ae30f
|
feat(presets): added a route to apply a preset to a single day
|
2025-12-17 11:28:35 -05:00 |
|
|
|
21dfe60548
|
fix(timesheet): minor fix to apply preset logic, less iteration
|
2025-12-17 10:50:49 -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 |
|
|
|
93b974c160
|
fix(presets): simplify process of updating employee profiles with deleted preset.
Also removed superfluous prints that are no longer required in certain modules (testing)
|
2025-12-12 13:33:27 -05:00 |
|
Matthieu Haineault
|
be957d8180
|
fix(schedule_preset) : added a check to remove preset_id for employees using the newly deleted preset
|
2025-12-11 12:02:34 -05:00 |
|
Matthieu Haineault
|
acc128e5ea
|
fix(presets): removed name from where clause to find the preset
|
2025-12-11 10:11:33 -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
|
fb0187c117
|
feat(employees): ajusted employees module, added an update method and route
|
2025-12-02 12:57:49 -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
|
c5c96cce22
|
feat(schedulePresets): ajusted the create function. added validation of the name and overlaps checking
|
2025-11-25 16:32:20 -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 |
|