22 Commits

Author SHA1 Message Date
GW_MC
a768e477ec Merge branch 'refactor/visibility'
Some checks failed
Lint / lint-crates (push) Failing after 1s
Test / test-crates (push) Failing after 0s
Lint / lint-frontend (push) Failing after 1m40s
2026-05-28 13:17:39 +00:00
GW_MC
c88af8391d refactor: visibility of services 2026-05-28 13:17:22 +00:00
GW_MC
c11d9f5a1f Merge branch 'feat/cache' 2026-05-28 13:14:13 +00:00
GW_MC
bda56b7e7e feat: implement cache service with repository and DTO layers 2026-05-28 13:13:58 +00:00
GW_MC
aa6496de59 feat: add migration for cache table with necessary columns and indexes 2026-05-28 13:13:36 +00:00
GW_MC
52a096d934 Merge branch 'refactor/accounts' 2026-05-28 10:28:06 +00:00
GW_MC
574d082100 refactor: restructure accounts service by introducing DTOs and repository pattern 2026-05-28 10:27:26 +00:00
GW_MC
50cafa8341 refactor: account category service into dto, repo and service 2026-05-28 10:27:17 +00:00
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