HTML archive view at /feedback for browsers #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
Content-negotiated GET on `/feedback`. Posta clients (`Accept: application/posta+json`) keep getting the actor doc; browsers get a static-ish HTML archive of the room.
Shape ("Shape 1" from the design grilling):
Implementation hangs off a `LatestN(50)` query against `messages` (excluding any `hidden=1` rows) and a count against `subscribers`. Sender display names come from a small per-request actor-doc cache.
Acceptance criteria
Blocked by