Edit a pool of resources that booking groups draw from
Groups let a booking rule say "any bay from the Trackman pool" instead of naming every bay. Cleaner rule setup; easier to add a new bay later.
- Name — what shows in booking-group rules.
- Description — operator-facing hint for what this pool represents.
- Members — checkboxes for each resource. Adding a resource to multiple groups is normal.
- Order within the pool — when auto-assigning a bay, the booking engine picks from this list in order. Drag to reorder.
- Used by — read-only list of booking groups that reference this pool. Edit warning if any are active.
- Impact preview — what changes when you save (e.g. "Member play will now include Bay 3 in auto-pick").
Backend wiring pending. PATCH /operator/resource-groups/<id> in the live app.