Commit graph

3 commits

Author SHA1 Message Date
Till JS
112e2cc1b4 feat(feedback): rename community → feedback (module + routes + domain)
Modul, Routen und Public-Domain heißen jetzt einheitlich "feedback":

- App-Registry: id 'community' → 'feedback', name 'Community' → 'Feedback',
  Icon Megaphone → HeartHalf (passt zum bereits-globalen heart-half-Icon
  am Module-Header und im PillNav-Usermenü)
- Modul-Config: communityModuleConfig → feedbackModuleConfig
- Routen-Refs: alle href/goto-Aufrufe in Modul-Views, MyWishesView,
  Onboarding-Wish, Profile-MyWishes auf /feedback umgestellt
- /feedback/+layout: Brand "Mana Community" → "Mana Feedback", Megaphone
  → HeartHalf, "In Mana öffnen"-CTA zeigt jetzt auf /?app=feedback
- Public-Mirror Domain: community.mana.how → feedback.mana.how
  (cloudflared-config.yml + docker-compose.macmini.yml CORS_ORIGINS +
  PUBLIC_MANA_ANALYTICS_URL_CLIENT). DNS muss separat angelegt werden.
- Settings-Section: Hilfe-Text nennt jetzt feedback.mana.how

Internal: community_show_real_name + community_karma DB-Spalten bleiben
(Migration nicht im Scope dieses Renames). Settings-Search-Index-Kategorie
'community' bleibt ebenfalls — sie spiegelt das DB-Schema, nicht den
User-Begriff.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 16:18:45 +02:00
Till JS
44f9155ed3 chore(dev): pnpm dev:analytics script + test-checklist mentions local-dev startup
War nicht im Setup dokumentiert: bei localem Web-Dev (5173) muss
mana-analytics auf 3064 laufen, sonst werfen FeedbackHook + Toast-
Poll + /community ein ERR_CONNECTION_REFUSED. Convenience-Script
+ Hinweis in der Test-Checklist verhindern den Stolperer.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 14:54:32 +02:00
Till JS
0986d07a7d docs: feedback-hub manual-test-checklist
15 sections covering Phase 3 end-to-end browser-test-flow:
Onboarding-Wish, FeedbackHook + Modal, Public-Feed (eingeloggt +
inkognito), Reactions + Karma, Status-Flow + Loop-Closure, AdminResponse,
Klarname-Toggle, Eulen-Profil (SSR + 404), Threading, Phase-3.F-Cleanup-
Verifikation, Founder-Whitelist, Rate-Limit, Voting-Score, Mobile-
Responsiveness, Quick-DB-Sanity-SQLs.

Plus 'wenn was kaputt ist'-Debug-Pfad und bekannte Lücken (Email-Notifs,
Voice-Submit, Trending, Karma-Decay) als Roadmap-Markers.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 22:33:28 +02:00