chore(MP-30): final docs cleanup, adr consolidation & legacy removal

### Summary
- Updated root `README.md` to reflect the new Backend/Frontend structure.
  - Rewrote the project structure section to show `backend/` and `frontend/` with their submodules, and `docs/adr` + `docs/c4`.
  - Corrected Gradle module examples from old `:members:members-service` paths to `:backend:services:results:results-service` for both `bootRun` and `test` examples.
  - Verified links now point to `docs/adr` and `docs/c4`.
- Updated `docs/README.md` to ensure flat paths:
  - Confirmed ADR and C4 links point to `adr/` and `c4/` respectively.
  - Updated the footer note to today’s date and linked ADR-0009.

These changes align the docs with the consolidated, flat documentation layout and the finalized module structure.

Ref: MP-30
This commit is contained in:
2025-12-08 18:17:19 +01:00
parent 14770003bd
commit 33f1c0fab5
2 changed files with 39 additions and 30 deletions
+2 -2
View File
@@ -93,5 +93,5 @@ Das Projekt nutzt automatisierte Workflows für Konsistenz:
---
**Hinweis**: Diese README wurde am 30. Oktober 2025 aktualisiert im Rahmen der Documentations-Migration nach YouTrack (
siehe ADR-0009 - folgt).
**Hinweis**: Diese README wurde am 8. Dezember 2025 aktualisiert im Rahmen der Dokumentations-Migration nach YouTrack
(siehe [ADR-0009](adr/0009-final-kmp-architecture.md)).