wordeck/apps
Till JS bebd182540
Some checks are pending
CI / validate (push) Waiting to run
feat(wordeck): L-1f Phase C — public-feed-Endpoint + DSE für lokale Speicherung
apps/api:
- neue Route GET /api/v1/public/feed?cursor=<opaque>&limit=20
- Plattform-Konvention aus LOCAL_FIRST_LOGIN_OPTIONAL.md §3 D
- Shape: { items: [{ id, type:'deck', slug, title, excerpt, author,
  publishedAt, stats }], nextCursor: <opaque> | null }
- Quelle: marketplace.public_decks (is_takedown=false), sortiert
  nach createdAt desc — Aggregatoren wie hub.mana.how/timeline
  konsumieren genau diese Shape

apps/web/datenschutz:
- neue Sektion 7a „Lokale Daten + anonyme Nutzung" mit Hinweisen auf
  IndexedDB-DB-Name manasync_wordeck, anonyme Geräte-ID anon:<ulid>,
  Sign-In-Lift mit AES-GCM-256-Vault-Verschlüsselung, Browser-Reset-
  Risiko bei anonymer Nutzung
- alter sql-wasm-Hinweis raus (Wordeck nutzt jetzt event-sync, kein
  sql-wasm mehr)

Verbleibend für Live-Smoke (Till manuell):
- wordeck.com lädt → /decks ohne Login (anonymous-Mode)
- Deck anlegen → IndexedDB manasync_wordeck zeigt Event
- Login → Re-Tagging-Sweep + Push zu sync2.mana.how
- /api/v1/public/feed Smoke (oder über hub.mana.how)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-20 21:40:49 +02:00
..
api feat(wordeck): L-1f Phase C — public-feed-Endpoint + DSE für lokale Speicherung 2026-05-20 21:40:49 +02:00
landing feat(landing): Marketing-Astro auf wordeck.com LIVE 2026-05-20 21:38:41 +02:00
web feat(wordeck): L-1f Phase C — public-feed-Endpoint + DSE für lokale Speicherung 2026-05-20 21:40:49 +02:00