- Ya
- 8 Agosti 2026, 16:38 UTC
- Mwandishi
- kamo
- Ahadi ya
- 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.