feat: implement repository and unit-of-work patterns for service layer operations

This commit is contained in:
2025-11-09 16:59:58 +01:00
parent c6fdc2d923
commit c69f933684
4 changed files with 209 additions and 0 deletions

View File

@@ -4,3 +4,4 @@
- Captured current implementation status, requirements coverage, missing features, and prioritized roadmap in `calminer-docs/implementation_status.md` to guide future development.
- Added core SQLAlchemy domain models, shared metadata descriptors, and Alembic migration setup (with initial schema snapshot) to establish the persistence layer foundation.
- Introduced repository and unit-of-work helpers for projects, scenarios, financial inputs, and simulation parameters to support service-layer operations.