Admin pane: richer authenticated tables for cm50_app (directory, full programme) #43
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 that the generic no-arg<Table>markup can't supply.To surface the participant directory / full programme in the admin pane, pick one:
<Table>can attach an admin session token to the call.Tier: P2.
Duplicate of #44 (identical body, submitted ~25s earlier by accident). Closing in favour of #44, which is the one tracked on the Priority Board (#41). Discussion/work continues on #44.