Admin pane: richer authenticated tables for cm50_app (directory, full programme) #44
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?
Follow-up to #3.
The cm50_app admin pane (in
hero_components,?service=cm50_app) currently round-trips only public, no-arg methods — the Programme tab usesnews_pinned, and the default Docs/Playground tabs enumerate every method across all five domains. That satisfies #3's done-criteria.But the genuinely useful admin tables can't be shown yet:
*_list*methods are deliberately disabled server-side (returnforbidden).participants_snapshot,program_snapshot,community_snapshot) require a session token the generic no-arg<Table>markup can't supply.To surface the participant directory / full programme, pick one:
<Table>can attach an admin session token.Tier: P2.