meldestelle/docs
Stefan Mogeritsch e8757c5c32 feat(docs): expand masterdata documentation with Reiter- and Pferdeprüfungen
- Added `REITER_PRUEFUNGEN.md` and `PFERDEPRUEFUNGEN_BEWERTUNG.md` to document evaluation criteria, scoring logic, and system requirements for dressage and show jumping.
- Updated `README.md` with links to new documentation on rider- and horse-specific regulations.
- Created database schemas for `TurnierklasseTable`, `RichtverfahrenTable`, `GebuehrTable`, `LicenseTable`, and `RegulationConfigTable`, aligning with ÖTO 2026.
- Logged architectural decisions and analysis in `session-logs` and created ADRs `0017-masterdata-importer-worker` and `0019-api-ingestion-layers`.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
2026-03-30 14:29:58 +02:00
..
_archive docs: add .keep files to preserve directory structure in Bin and _archive 2026-03-05 11:35:27 +01:00
01_Architecture feat(docs): expand masterdata documentation with Reiter- and Pferdeprüfungen 2026-03-30 14:29:58 +02:00
02_Guides chore: clean up and correct SQLDelight guide code snippets, fix swift mislabeling, and remove redundant constructor property 2026-03-15 20:07:46 +01:00
03_Domain feat(docs): add CDN-C NEU and CSN-C NEU rulebooks to reference section 2026-03-30 13:36:53 +02:00
04_Agents feat(docs): add detailed session logs and initial architecture plan for Neumarkt 2026 2026-03-27 14:41:21 +01:00
05_Backend Remove deprecated isAuthenticated logic from PingViewModel and related UI components 2026-03-17 00:18:02 +01:00
06_Frontend Implement Veranstalter and Veranstaltung management: Add VeranstalterDetailScreen, seed FakeVeranstaltungStore, and enable deletion of Veranstaltungen. Extend onboarding with device name validation. Refine UI for VeranstalterKonfigScreen, add InvalidContextNotice, and centralize navigation checks. 2026-03-28 01:37:32 +01:00
07_Infrastructure chore: archive outdated architecture and roadmap documents, normalize documentation structure and metadata 2026-03-15 20:00:51 +01:00
90_Reports Fix: Align table formatting in Zora documentation and update Keycloak-related configurations 2026-03-10 21:39:30 +01:00
99_Journal feat(docs): expand masterdata documentation with Reiter- and Pferdeprüfungen 2026-03-30 14:29:58 +02:00
BilderSuDo docs: add UI screenshots for SuDo documentation 2026-01-26 14:35:26 +01:00
Bin chore: archive outdated architecture and roadmap documents, normalize documentation structure and metadata 2026-03-15 20:00:51 +01:00
Neumarkt2026 feat(horses-service): remove legacy configuration and repository classes 2026-03-23 13:47:04 +01:00
OePS feat(horses-service): remove legacy configuration and repository classes 2026-03-23 13:47:04 +01:00
ScreenShots/archive chore: archive outdated screenshots and update Docker publish workflow with Keycloak image tag 2026-03-15 21:29:53 +01:00
temp Add Chat-Verlauf documentation for March 27, 2026, highlighting session results, MVP scope, open points, and proposed next steps for Neumarkt project. 2026-03-28 02:08:39 +01:00
README.md docs: update README with Zora architecture and roadmap links, add .keep file 2026-03-05 11:34:40 +01:00

📚 Projektdokumentation "Meldestelle"

Willkommen im "Gehirn" des Projekts. Dieses Verzeichnis ist die Single Source of Truth.

📂 Struktur

🏗️ Core

🛠️ Tech Stack

🤖 Process


📝 Regeln für die Dokumentation

  1. Docs-as-Code: Doku liegt beim Code und wird im selben PR aktualisiert.
  2. Frontmatter: Jede Markdown-Datei muss einen YAML-Header haben:
    ---
    type: [ADR, Guide, Reference, Report, Journal]
    status: [DRAFT, ACTIVE, DEPRECATED, ARCHIVED]
    owner: [Rolle]
    ---
    
  3. Archivierung: Lösche nichts. Verschiebe veraltetes Wissen in _archive Ordner oder markiere es als ARCHIVED.