mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:21:10 +02:00
fix(landing): fix content schema errors for manascore and devlog entries
Add missing required fields (score, scores, status) to architecture-update manascore entry. Fix invalid 'architecture' category to 'infrastructure' in two devlog entries. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
353f284085
commit
83a51d0569
3 changed files with 13 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ title: 'Matrix Bot Konsolidierung: 21 NestJS-Bots → 1 Go Binary'
|
|||
description: 'Komplette Neuentwicklung des Matrix-Bot-Systems in Go mit Plugin-Architektur. 21 separate NestJS-Prozesse (~2.1 GB RAM, ~4.2 GB Docker Images) ersetzt durch ein einziges Go-Binary (8.6 MB, ~30 MB RAM). Inklusive Redis Sessions, CI/CD, Docker-Migration und Legacy-Cleanup.'
|
||||
date: 2026-03-27
|
||||
author: 'Till Schneider'
|
||||
category: 'architecture'
|
||||
category: 'infrastructure'
|
||||
tags:
|
||||
[
|
||||
'go',
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: 'Local-First + NestJS-Elimination + Konsolidierung: ~89.000 LOC weniger'
|
|||
description: 'Komplette Architektur-Transformation: 19 Apps auf Local-First (IndexedDB + Sync), NestJS-Monolith aufgelöst in 5 Hono-Services, 12 App-Backends durch ~120-LOC Compute-Server ersetzt, 5 NestJS-Packages gelöscht. Netto: ~80.000 LOC weniger, 80% weniger RAM, 98% schnellere Cold Starts.'
|
||||
date: 2026-03-28
|
||||
author: 'Till Schneider'
|
||||
category: 'architecture'
|
||||
category: 'infrastructure'
|
||||
tags:
|
||||
[
|
||||
'local-first',
|
||||
|
|
|
|||
|
|
@ -5,6 +5,17 @@ date: 2026-03-28
|
|||
app: 'all'
|
||||
author: 'Till Schneider'
|
||||
tags: ['audit', 'architecture', 'local-first', 'hono', 'manascore-update']
|
||||
score: 85
|
||||
scores:
|
||||
backend: 88
|
||||
frontend: 90
|
||||
database: 85
|
||||
testing: 65
|
||||
deployment: 90
|
||||
documentation: 80
|
||||
security: 82
|
||||
ux: 92
|
||||
status: 'production'
|
||||
---
|
||||
|
||||
## Globale Verbesserungen (alle 19 Apps)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue