feat: Refactor database configuration loading and seeding logic for improved clarity and maintainability

This commit is contained in:
2025-03-11 12:35:04 +00:00
parent a0b0b98624
commit ec250570a6
8 changed files with 164 additions and 132 deletions
+8 -5
View File
@@ -33,14 +33,17 @@
- Client components must use TanStack Query
- UI state management via Zustand
7. DEVOPS
- Docker builds must pass Hadolint checks
- Kubernetes manifests in gitops/ directory
- Monitoring via OpenTelemetry instrumentation
8. DEVELOPMENT WORKFLOW
- Use Makefile commands for common tasks:
- Makefile commands are only available in the backend folder
- Common make commands:
- make generate: Run code generation (tygo, swagger, etc.)
- make test: Run all tests
- make build: Build the application
9. CUSTOM RULES
- Add custom rules to .clinerules if:
- Unexpected behavior is encountered
- Specific conditions require warnings
- New patterns emerge that need documentation
- make run: Start the development server