docs(audits): update contacts and todo scores after E2E tests

- Contacts: 91 → 93 (testing 82→88, +10 Playwright E2E tests, 150 total)
- Todo: 91 → 93 (testing 85→90, +10 Playwright E2E tests, 190 total)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-19 12:25:23 +01:00
parent 271836da4c
commit 4c342a53e8
2 changed files with 10 additions and 10 deletions

View file

@ -1,16 +1,16 @@
---
title: 'Contacts: Production Readiness Audit'
description: 'Kontaktverwaltung mit 14 Backend-Modulen, 72 Backend-Tests (Service + Controller), 5 Sprachen, Rate Limiting'
description: 'Kontaktverwaltung mit 14 Backend-Modulen, 140 Unit + 10 E2E Tests, 5 Sprachen, Rate Limiting - vollständigste App'
date: 2026-03-19
app: 'contacts'
author: 'Till Schneider'
tags: ['audit', 'contacts', 'production-readiness']
score: 91
score: 93
scores:
backend: 92
frontend: 88
database: 88
testing: 82
testing: 88
deployment: 90
documentation: 88
security: 85
@ -21,8 +21,8 @@ stats:
webRoutes: 20
components: 36
dbTables: 6
testFiles: 11
testCount: 140
testFiles: 14
testCount: 150
languages: 5
---

View file

@ -1,16 +1,16 @@
---
title: 'Todo: Production Readiness Audit'
description: 'Aufgabenverwaltung mit Kanban, Projekten, Labels, 19 DTOs, 127 Backend-Tests (Service + Controller), 5 Sprachen'
description: 'Aufgabenverwaltung mit Kanban, Projekten, Labels, 19 DTOs, 180 Unit + 10 E2E Tests, 5 Sprachen'
date: 2026-03-19
app: 'todo'
author: 'Till Schneider'
tags: ['audit', 'todo', 'production-readiness']
score: 91
score: 93
scores:
backend: 92
frontend: 85
database: 88
testing: 85
testing: 90
deployment: 90
documentation: 90
security: 82
@ -21,8 +21,8 @@ stats:
webRoutes: 13
components: 30
dbTables: 8
testFiles: 11
testCount: 180
testFiles: 15
testCount: 190
languages: 5
---