Add UI and styling documentation; remove idempotency and logging audits
Some checks failed
CI / test (pull_request) Failing after 1m8s
Some checks failed
CI / test (pull_request) Failing after 1m8s
- Introduced a new document outlining UI structure, reusable template components, CSS variable conventions, and per-page data/actions for the CalMiner application. - Removed outdated idempotency audit and logging audit documents as they are no longer relevant. - Updated quickstart guide to streamline developer setup instructions and link to relevant documentation. - Created a roadmap document detailing scenario enhancements and data management strategies. - Deleted the seed data plan document to consolidate information into the setup process. - Refactored setup_database.py for improved logging and error handling during database setup and migration processes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "CalMiner Architecture Documentation"
|
||||
description: "arc42-based architecture documentation for the CalMiner project"
|
||||
title: 'CalMiner Architecture Documentation'
|
||||
description: 'arc42-based architecture documentation for the CalMiner project'
|
||||
---
|
||||
|
||||
# Architecture documentation (arc42 mapping)
|
||||
@@ -11,16 +11,32 @@ This folder mirrors the arc42 chapter structure (adapted to Markdown).
|
||||
|
||||
- [01 Introduction and Goals](01_introduction_and_goals.md)
|
||||
- [02 Architecture Constraints](02_architecture_constraints.md)
|
||||
- [02_01 Technical Constraints](02_constraints/02_01_technical_constraints.md)
|
||||
- [02_02 Organizational Constraints](02_constraints/02_02_organizational_constraints.md)
|
||||
- [02_03 Regulatory Constraints](02_constraints/02_03_regulatory_constraints.md)
|
||||
- [02_04 Environmental Constraints](02_constraints/02_04_environmental_constraints.md)
|
||||
- [02_05 Performance Constraints](02_constraints/02_05_performance_constraints.md)
|
||||
- [03 Context and Scope](03_context_and_scope.md)
|
||||
- [03_01 Architecture Scope](03_scope/03_01_architecture_scope.md)
|
||||
- [04 Solution Strategy](04_solution_strategy.md)
|
||||
- [04_01 Client-Server Architecture](04_strategy/04_01_client_server_architecture.md)
|
||||
- [04_02 Technology Choices](04_strategy/04_02_technology_choices.md)
|
||||
- [04_03 Trade-offs](04_strategy/04_03_trade_offs.md)
|
||||
- [04_04 Future Considerations](04_strategy/04_04_future_considerations.md)
|
||||
- [05 Building Block View](05_building_block_view.md)
|
||||
- [05_01 Architecture Overview](05_blocks/05_01_architecture_overview.md)
|
||||
- [05_02 Backend Components](05_blocks/05_02_backend_components.md)
|
||||
- [05_03 Frontend Components](05_blocks/05_03_frontend_components.md)
|
||||
- [05_03 Theming](05_blocks/05_03_theming.md)
|
||||
- [05_04 Middleware & Utilities](05_blocks/05_04_middleware_utilities.md)
|
||||
- [06 Runtime View](06_runtime_view.md)
|
||||
- [07 Deployment View](07_deployment_view.md)
|
||||
- [Testing & CI](07_deployment/07_01_testing_ci.md.md)
|
||||
- [07_01 Testing & CI](07_deployment/07_01_testing_ci.md.md)
|
||||
- [07_02 Database](07_deployment/07_02_database.md)
|
||||
- [08 Concepts](08_concepts.md)
|
||||
- [08_01 Security](08_concepts/08_01_security.md)
|
||||
- [08_02 Data Models](08_concepts/08_02_data_models.md)
|
||||
- [09 Architecture Decisions](09_architecture_decisions.md)
|
||||
- [10 Quality Requirements](10_quality_requirements.md)
|
||||
- [11 Technical Risks](11_technical_risks.md)
|
||||
- [12 Glossary](12_glossary.md)
|
||||
- [13 UI and Style](13_ui_and_style.md)
|
||||
- [15 Development Setup](15_development_setup.md)
|
||||
|
||||
Reference in New Issue
Block a user