- Updated architecture constraints documentation to include detailed sections on technical, organizational, regulatory, environmental, and performance constraints. - Created separate markdown files for each type of constraint for better organization and clarity. - Revised the architecture scope section to provide a clearer overview of the system's key areas. - Enhanced the solution strategy documentation with detailed explanations of the client-server architecture, technology choices, trade-offs, and future considerations. - Added comprehensive descriptions of backend and frontend components, middleware, and utilities in the architecture documentation. - Migrated UI, templates, and styling notes to a dedicated section for better structure. - Updated requirements.txt to include missing dependencies. - Refactored user authentication logic in the users.py and security.py files to improve code organization and maintainability, including the integration of OAuth2 password bearer token handling.
17 lines
526 B
Markdown
17 lines
526 B
Markdown
---
|
|
title: "05 — Building Block View"
|
|
description: "Explain the static structure: modules, components, services and their relationships."
|
|
status: draft
|
|
---
|
|
|
|
<!-- markdownlint-disable-next-line MD025 -->
|
|
|
|
# 05 — Building Block View
|
|
|
|
## Building Block Overview
|
|
|
|
- [Architecture Overview](05_blocks/05_01_architecture_overview.md)
|
|
- [Backend Components](05_blocks/05_02_backend_components.md)
|
|
- [Frontend Components](05_blocks/05_03_frontend_components.md)
|
|
- [Middleware & Utilities](05_blocks/05_04_middleware_utilities.md)
|