Files
calminer-docs/architecture
zwitschi 4dea0a9ae1 Add detailed SQLAlchemy models, navigation metadata, enumerations, Pydantic schemas, monitoring, and auditing documentation
- Introduced SQLAlchemy models for user management, project management, financial inputs, and pricing configuration.
- Created navigation metadata tables for sidebar and top-level menus.
- Cataloged enumerations used across ORM models and Pydantic schemas.
- Documented Pydantic schemas for API request/response validation, including authentication, project, scenario, import, and export schemas.
- Added monitoring and auditing tables for performance metrics and import/export logs.
- Updated security documentation to reflect changes in data model references.
2025-11-13 20:23:09 +01:00
..
2025-11-08 19:49:07 +01:00

Architecture Documentation

This folder contains the architecture documentation for the Calminer project, following the arc42 template structure.

Chapters

  1. Introduction and Goals
  2. Architecture Constraints
  3. Context and Scope
  4. Solution Strategy
  5. Building Block View
  6. Runtime View
  7. Deployment View
  8. Concepts
  9. Architecture Decisions
  10. Quality Requirements
  11. Technical Risks
  12. Glossary

About

This documentation is based on the arc42 template for software architecture documentation.