Summary
Admin surface for managing organizations: logo uploads, recurring org memberships, and per-event sponsorships. Schema already in place (organizations.logo_* columns, org_memberships, event_sponsorships); this issue is the UI + storage wiring.
Requirements
Context
Foundation must ship first (#1956). Phase 2 schema (4a89a55) added all the relevant columns and tables; nothing is wired to UI yet.
Implementation Notes
- Policy:
canEditOrganization is staff+. Future: an org-rep role could earn scoped edit on their own org.
OrgLogo component already falls back to InitialsHex — once real logos start landing, the public surface picks them up automatically.
- Sponsor tier enum:
platinum / gold / silver / bronze / supporter / in_kind.
Summary
Admin surface for managing organizations: logo uploads, recurring org memberships, and per-event sponsorships. Schema already in place (
organizations.logo_*columns,org_memberships,event_sponsorships); this issue is the UI + storage wiring.Requirements
docs/superpowers/specs/.usrse-organization-logosR2 bucket; uncomment the binding inwrangler.jsoncand fill inORGANIZATION_LOGOS_PUBLIC_URL(the binding was deferred in commit d1140c8)./admin/orgs— searchable list with active-membership and active-sponsorship facets./admin/orgs/:id— detail view: edit name / slug / shortName / url, upload primary + dark + mark logos with consent capture, manageorg_membershipsrows (tier + dates), manageevent_sponsorshipsrows.logo_storage_key, gate display onlogo_usage_consenttruthiness.renewal_due_atfor the dashboard tile./about/sponsorspage becomes data-driven fromevent_sponsorshipsonce this lands.Context
Foundation must ship first (#1956). Phase 2 schema (4a89a55) added all the relevant columns and tables; nothing is wired to UI yet.
Implementation Notes
canEditOrganizationisstaff+. Future: an org-rep role could earn scoped edit on their own org.OrgLogocomponent already falls back toInitialsHex— once real logos start landing, the public surface picks them up automatically.platinum / gold / silver / bronze / supporter / in_kind.