Commit Graph

18 Commits

Author SHA1 Message Date
GW_MC
a725d348e1 feat: add account management types and zustand store implementation 2026-05-28 05:47:54 +00:00
GW_MC
a60cf8fc43 feat: update VSCode extensions in devcontainer configuration 2026-05-28 04:05:53 +00:00
GW_MC
d755331fbd Add shadcn/ui customization, evaluation, and rules documentation
- Introduced customization and theming guide for shadcn/ui components.
- Added evaluation prompts for creating components with specific requirements.
- Created MCP server documentation for component management.
- Documented API differences between base and radix components.
- Established rules for component composition, forms, icons, and styling.
- Added skills-lock.json to track shadcn skill dependencies.
2026-05-28 04:05:45 +00:00
GW_MC
6d983b6cd9 feat: restructure application with new routing and layout components
- Added react-router configuration for improved navigation.
- Created a new AppLayout component for consistent layout structure.
- Implemented TopNavigation and BottomNavigation for enhanced user experience.
- Introduced a new Button component with customizable variants and sizes.
- Migrated existing App logic to a new structure, removing the old App.tsx.
- Updated styles with Tailwind CSS and custom utility functions.
- Added error boundary handling for better error management.
- Integrated new routes for home and other pages.
- Removed unused files and optimized the project structure.
2026-05-28 04:05:07 +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