Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions 00-meta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ Documentation about documentation and project artifacts.

## Contents

### [Module Design](module-design/)
Documentation module design, analysis, and implementation plans.
### Module Design
The documentation-module design spec.

| File | Description |
|------|-------------|
| [DOCS_MODULE_DESIGN_ANALYSIS.md](module-design/DOCS_MODULE_DESIGN_ANALYSIS.md) | Analysis of original vs professional design |
| [DOCS_MODULE_PROFESSIONAL_DESIGN.md](module-design/DOCS_MODULE_PROFESSIONAL_DESIGN.md) | Professional design following SOLID/DRY/KISS/YAGNI |
| [DOCS_MODULE_IMPLEMENTATION_PLAN.md](module-design/DOCS_MODULE_IMPLEMENTATION_PLAN.md) | Step-by-step implementation plan |
| [DOCS_MODULE_IMPLEMENTATION_SUMMARY.md](module-design/DOCS_MODULE_IMPLEMENTATION_SUMMARY.md) | Implementation summary and metrics |
| [DOCS_MODULE_FINAL_COMPLETION_REPORT.md](module-design/DOCS_MODULE_FINAL_COMPLETION_REPORT.md) | Final completion report |
| [DOCS_MODULE_PROFESSIONAL_DESIGN.md](../archive/2026-04-16/DOCS_MODULE_PROFESSIONAL_DESIGN.md) | Professional design following SOLID/DRY/KISS/YAGNI |

### [Project Artifacts](project-artifacts/)
Original project documents and specifications.
Expand Down
4 changes: 2 additions & 2 deletions 01-getting-started/EU_AI_ACT_COMPLIANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ Complete API documentation is maintained and publicly accessible:
| Identity Core API | http://116.203.222.213:8080/swagger-ui.html | OpenAPI 3.0 / Swagger UI |
| Biometric Processor API | https://bio.fivucsas.com/docs | FastAPI auto-generated OpenAPI |
| Architecture Documentation | `docs/02-architecture/` | Markdown, C4 model diagrams |
| API Services Overview | `docs/04-api/SERVICES_OVERVIEW.md` | Markdown |
| API Services Overview | `docs/04-api/README.md` | Markdown |

### 10.3 Architecture Documentation

Expand Down Expand Up @@ -727,7 +727,7 @@ The current deployment at `116.203.222.213:8080` processes biometric data in a *
|---------|------|
| Implementation Status Report | `docs/07-status/README.md` |
| Architecture Analysis | `docs/02-architecture/ARCHITECTURE_ANALYSIS.md` |
| API Services Overview | `docs/04-api/SERVICES_OVERVIEW.md` |
| API Services Overview | `docs/04-api/README.md` |
| Database Schema — Biometric Tables | `identity-core-api/src/main/resources/db/migration/V4__create_biometric_tables.sql` |
| Database Schema — Audit Tables | `identity-core-api/src/main/resources/db/migration/V5__create_audit_and_session_tables.sql` |
| Database Schema — Rate Limiting | `identity-core-api/src/main/resources/db/migration/V9__add_rate_limiting_table.sql` |
Expand Down
7 changes: 3 additions & 4 deletions 01-getting-started/RUNNING_APPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,9 @@ client-apps/
## 📚 Additional Resources

### **Documentation:**
- `FINAL_COMPLETION_REPORT.md` - Complete project overview
- `CODE_REVIEW_AND_REFACTORING.md` - Architecture details
- `TESTING_GUIDE.md` - Comprehensive testing guide
- `MOBILE_APP_COMPLETE.md` - Mobile development guide
- `../05-testing/TESTING_GUIDE.md` - Comprehensive testing guide
- `../03-development/KOTLIN_MULTIPLATFORM_GUIDE.md` - Mobile/desktop development guide
- `../02-architecture/ARCHITECTURE_ANALYSIS.md` - Architecture details

### **Code Examples:**

Expand Down
Loading
Loading