amber-backend/pb_public
Claude 7f6a72dd43 Let the owner tell the family what is broken
AniList disabled their public API with no warning and the family's Anime tab
stopped working. The app had nothing to say: the cause was outside it, no retry
would have helped, and the honest message was "this is broken, it is not your
television, and it is not ours to fix today". Nothing could deliver that.

A `notices` collection the owner writes and every app reads, plus a composer in
the dashboard's Správa view, which already holds a superuser token.

Read is PUBLIC on purpose: a notice has to survive the case where signing in is
itself what is broken, which is exactly when an explanation is worth most. The
cost is that it is world-readable, so both the migration and the composer say in
so many words that nothing sensitive goes in one. Writing stays superuser-only.

`endsAt` exists because the predictable failure is not a wrong notice but a stale
one: the outage ends, the row stays, and within a week everybody has learned to
ignore the banner.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-15 20:12:57 +02:00
..
index.html Mint the download token when the button is pressed 2026-08-12 22:18:33 +02:00
status.html Let the owner tell the family what is broken 2026-08-15 20:12:57 +02:00