C6: Customer — View organization settings #51
Reference in New Issue
Block a user
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?
User Story: As a tenant admin, I want to see my organization settings.
Acceptance Criteria:
Spec:
docs/superpowers/specs/2026-04-09-platform-redesign.mdRoute:
/tenant/settingsAPI:
GET /api/tenant/settingsVerified via Playwright as
acmeadmintenant. Settings page at/platform/tenant/settingsdisplays all required fields:All acceptance criteria met. Closing.
Reopened: Settings page shows internal Docker endpoint (
http://cameleer-server-acme:8081) instead of the public-facing URL (/t/acme/). Need to return the public endpoint derived fromPUBLIC_PROTOCOL/PUBLIC_HOST+ slug.All acceptance criteria implemented: read-only display of Name, Slug, Tier, Status, Created, public server endpoint URL, "contact support" message. Public endpoint fix in
cab6e40. Closing.