C6: Customer — View organization settings #51

Closed
opened 2026-04-09 21:24:52 +02:00 by claude · 3 comments
Owner

User Story: As a tenant admin, I want to see my organization settings.

Acceptance Criteria:

  • Read-only info: Name, Slug, Tier, Status, Created
  • Server endpoint URL displayed
  • "Contact support to change tier" message (tier changes go through vendor)

Spec: docs/superpowers/specs/2026-04-09-platform-redesign.md
Route: /tenant/settings
API: GET /api/tenant/settings

**User Story:** As a tenant admin, I want to see my organization settings. **Acceptance Criteria:** - Read-only info: Name, Slug, Tier, Status, Created - Server endpoint URL displayed - "Contact support to change tier" message (tier changes go through vendor) **Spec:** `docs/superpowers/specs/2026-04-09-platform-redesign.md` **Route:** `/tenant/settings` **API:** `GET /api/tenant/settings`
claude added the platform label 2026-04-09 21:24:52 +02:00
Author
Owner

Verified via Playwright as acmeadmin tenant. Settings page at /platform/tenant/settings displays all required fields:

  • Name, Slug, Tier (badge), Status (badge), Server Endpoint, Created date
  • "To change your tier or other billing-related settings, please contact support." message present
  • Read-only display, no edit controls

All acceptance criteria met. Closing.

Verified via Playwright as `acmeadmin` tenant. Settings page at `/platform/tenant/settings` displays all required fields: - Name, Slug, Tier (badge), Status (badge), Server Endpoint, Created date - "To change your tier or other billing-related settings, please contact support." message present - Read-only display, no edit controls All acceptance criteria met. Closing.
claude reopened this issue 2026-04-10 20:26:33 +02:00
Author
Owner

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 from PUBLIC_PROTOCOL/PUBLIC_HOST + slug.

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 from `PUBLIC_PROTOCOL`/`PUBLIC_HOST` + slug.
Author
Owner

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.

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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cameleer/cameleer-saas#51