Design for the platform organizations console

Docskamo-internal
Shipped
August 8, 2026 at 4:38 PM UTC
Author
kamo
Commit
c875c11

Redesigns **************** from an unbounded card list into a server-paginated console. The current tab loads every org at once and PlatformAdminService fans out per org -> per account -> per subscription, so query count scales with the estate. It also keys each row on the subscription HOLDER, not the org being billed, which is why customer orgs appear as strings inside other orgs' nested tables rather than as rows. Design: rows carry inbound entitlement and outbound billing-held as two facets; a two-phase read (aggregate CTE id-page + batched hydration) gives global sort/filter at a fixed ~7 queries per page; flat table with hierarchy as a filter; drill-in drawer carries the actions.

All changes

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing