Commit Graph

14 Commits

Author SHA1 Message Date
GW_MC
be74bf5fc1 Merge branch 'feature/transaction' 2026-05-28 04:03:26 +00:00
GW_MC
bdfa98b3ed feat: implement account and transaction commands with CRUD operations 2026-05-28 04:02:54 +00:00
GW_MC
671e0f8ead feat: update services to include transaction handling and refactor database connection setup 2026-05-28 04:02:14 +00:00
GW_MC
79c9865823 feat: implement transaction service with CRUD operations and validation 2026-05-28 04:01:51 +00:00
GW_MC
0d2e59a9eb feat: implement category service with CRUD operations and validation 2026-05-28 04:01:44 +00:00
GW_MC
26c308fcb6 feat: implement tag service with CRUD operations and validation 2026-05-28 04:01:37 +00:00
GW_MC
ea16cc2d55 feat: add migration for transaction, category, and tag tables with foreign key constraints 2026-05-28 04:00:10 +00:00
GW_MC
1d5e24bdfb fix: update DTOs for account and account category with validation and timestamp adjustments 2026-05-27 11:19:27 +00:00
GW_MC
517fb37818 refactor: enforce unique constraints on account and account_category names; update foreign key actions 2026-05-27 11:19:13 +00:00
GW_MC
1b1f9777ec Merge branch 'feature/account-service' 2026-05-26 11:09:30 +00:00
GW_MC
19219d56f4 implement account and account category services with CRUD operations 2026-05-26 09:51:10 +00:00
GW_MC
8e3c46de33 add account and account_category entities with relations 2026-05-26 09:49:34 +00:00
GW_MC
c0483d7f47 add migration for account and account_category tables 2026-05-26 09:49:12 +00:00
GW_MC
e5cac44ce5 init 2026-05-25 03:43:34 +00:00