What this surface does
This surface manages reusable challenge eligibility rules.
Operators use it to define constraints that can be reused by challenge-related operating flows:
- player tags
- loyalty level
- multiplier range
- minimum bet range
- cash prize range
- game category restrictions
- bonus-participation allowance
How the page is organized
The page has two parts:
- an inline form that appears when the operator creates or edits a rule
- a rules table that lists existing rules
The form is not a separate page. New Rule opens an empty inline form above the table. The edit icon loads an existing row into the same inline form.
Visible table columns
The table shows:
IDMin Loyalty (>=)BonusMultiplier FromMultiplier ToMinBet FromMinBet ToCash FromCash ToActions
How to use it
- Create a rule when a challenge flow needs a reusable eligibility constraint.
- Edit a rule when targeting, thresholds, bonus allowance, or game category constraints change.
- Delete a rule only when it is no longer needed by the operating model.
Common caveats
- These are rule records, not challenge instances.
- A permissive rule can affect many future challenge flows, so edits should be reviewed carefully.
Allow Bonus Participationmeans bonus-funded participation stays eligible for this rule. Turning it off makes the rule stricter.Loyalty Levelis a minimum threshold. For example, selecting level5means level5and higher.- Empty ranges mean the rule does not set that specific threshold.
- Deleting a row is immediate in the current interface; there is no confirmation modal on this page.
- The table uses server pagination data, but the current page-change handler only refreshes the current data set. Treat pagination behavior as limited until the product UI extends it.