There is no way to review which organizations a rule change recomputed #113

Open
opened 2026-09-21 07:18:33 +00:00 by cgalo5758 · 0 comments
Owner

The question

Applying a change to an entitlement set's rules recomputes every pool (the per-organization record of what an organization is allowed) that carries the set, and writes one row per pool describing the effect. The History table's row states two counts and stops there. An earlier version unfolded the organizations inside the row with their numbers, capped at fifty names, which does not survive a change reaching hundreds of pools and cost a query per row to render. The effect rows are still written and nothing reads them. What is the review that scales?

What depends on the answer

What a History row links to; whether the effect rows are ever read back; and the per-change detail deferred along with the names: the deltas of one batch seen one at a time, the sentence a provider gives for a reduction it will enforce, and which policy governed each pool.

Options known so far

  • A page of its own per history row: the change's effects, paged and searchable by organization, reached from the row rather than unfolded inside it.
  • A panel beside the row showing the first page of effects with a link to the rest.
  • Nothing: the counts are the review, and the effect rows stay as evidence for whoever queries the database.

Decided when

A design states where the effects of one change are read, what a row of that review carries, and what the History row links to; the effect rows the ledger already writes are what it reads.

Migrated from status/issues.md at b7a0e15

## The question Applying a change to an entitlement set's rules recomputes every pool (the per-organization record of what an organization is allowed) that carries the set, and writes one row per pool describing the effect. The History table's row states two counts and stops there. An earlier version unfolded the organizations inside the row with their numbers, capped at fifty names, which does not survive a change reaching hundreds of pools and cost a query per row to render. The effect rows are still written and nothing reads them. What is the review that scales? ## What depends on the answer What a History row links to; whether the effect rows are ever read back; and the per-change detail deferred along with the names: the deltas of one batch seen one at a time, the sentence a provider gives for a reduction it will enforce, and which policy governed each pool. ## Options known so far - A page of its own per history row: the change's effects, paged and searchable by organization, reached from the row rather than unfolded inside it. - A panel beside the row showing the first page of effects with a link to the rest. - Nothing: the counts are the review, and the effect rows stay as evidence for whoever queries the database. ## Decided when A design states where the effects of one change are read, what a row of that review carries, and what the History row links to; the effect rows the ledger already writes are what it reads. Migrated from status/issues.md at b7a0e15
cgalo5758 added the
kind
design
area/entitlementsarea/operator-ui
labels 2026-09-21 07:18:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wiki-cafe/member-console#113