Commit Graph

15 Commits

Author SHA1 Message Date
aferrer e88fb2e6d4 refactor(assignments): move workflows into use cases 2026-06-04 22:09:54 +02:00
aferrer 12cbec92a0 feat(auth): add role guards and protect admin routes 2026-06-04 21:57:39 +02:00
aferrer 9ecb543c18 chore(prisma): move schema and generated client workflow 2026-06-04 21:53:08 +02:00
aferrer 72973bfb3f refactor: use z.input for item schema form types 2026-05-14 12:58:26 +02:00
aferrer 4b40f50e7f refactor: add and use assignment data output type in services 2026-05-14 11:05:19 +02:00
aferrer d748e3e6c5 refactor: remove unused SITE_URL constant 2026-05-12 00:52:54 +02:00
aferrer 1ec992caf6 refactor: add proper types, fix zod error handling, and simplify import mapping logic 2026-05-12 00:49:23 +02:00
aferrer bb0948f590 refactor: use z.input instead of z.infer for form types in assignment schemas 2026-05-12 00:47:52 +02:00
aferrer 5ac2dc5277 refactor: update type imports to use 'type' for better TypeScript compatibility across the codebase 2026-05-11 19:06:54 +02:00
aferrer fd18692110 refactor: update Zod schemas to v4 2026-05-11 18:59:30 +02:00
aferrer 4650be830b refactor: update accepted file types for CSV uploads in import form and schema 2025-11-13 13:14:52 +01:00
aferrer 15c0ee995e refactor: enhance environment handling with demo mode support 2025-11-12 19:41:16 +01:00
aferrer e7d761e4ad refactor: centralize ENVIRONMENT constant usage in addMenu and constants 2025-11-12 19:17:38 +01:00
aferrer 3db1ddce23 refactor: update assignment update logic to include recipientId and handle movements 2025-11-12 19:13:05 +01:00
aferrer f668b6f006 first version 2025-11-12 15:30:12 +01:00