What this page shows
This page is the operator inspection surface for one stored rule. Use it to confirm the exact activity, tag action, condition set, timestamps, recent application history, and the current active-state before you run, edit, or delete the rule.
Main actions
- Estimate Impact checks how many users match the saved condition JSON through the estimator. It does not save, run, add tags, or remove tags, and it does not prove equivalent live webhook filtering.
- Run Rule calls the placeholder manual-run endpoint for this rule ID. The traced endpoint returns zeroed counters without enumerating users, changing tags, or creating application rows.
- Edit opens the edit form for the current rule.
- Delete asks for confirmation and then soft-deletes the current stored rule.
- Refresh reloads the current rule payload shown on the detail page.
- Back to List leaves the detail page and returns to the rule list.
Main states
- Loading appears while the current rule is being loaded.
- Rule not found appears whenever the detail page has no usable rule value, including a missing record and a failed read response; the page does not distinguish those causes.
- Estimated Impact appears only after the operator runs Estimate Impact successfully.
- Recent Applications is a read-only relation section for the latest application rows.
Important caveats
- Estimate Impact reflects the condition types implemented in the estimator. The live model evaluates a different legacy key set, so estimator output is not a live-application guarantee.
- Run Rule currently returns zeroed result counters and performs no mass processing.
- Recent Applications is limited to the latest ten rows requested by the page.
- The verified Refresh action reloads the current rule payload. It does not explicitly refresh the Recent Applications relation.
- Recent Applications is not a complete event audit: condition-failed and missing-user outcomes do not create rows.
- The detail screen does not provide a durable operator-action history for Delete or Run. Recent Applications records live tag outcomes only.
Detail page state handling, relation host behavior, read, estimate, placeholder run, delete, and application-history behavior have been traced. No workspace-settings or casino-side semantic dependency was found.