Operator guideENcasinocollectionslist

Casino / Collections / List

Searchable collection grid with status filter, game counts, summary cards, and row-level maintenance actions.

Reader view

Clean portal guidance

This page keeps the operator explanation, field and action descriptions, and screenshots visible without exposing repo paths, raw sidecars, or editorial-only implementation details.

Narrative content

Page body

What this page shows

This page is the main working grid for casino collections. Summary cards at the top show total collections, the share that are active, and the total games across all collections. The grid lists each collection with its ID, name and image, order, status, and game count.

Filters that change the result

  • active or inactive status
  • free-text search on the English name

Known caveats

  • Reset Images is a header-level maintenance action that clears the image on every collection, not a single row.
  • Add Games opens a separate relation workflow and should be treated apart from the edit form.
  • Deleting a collection also removes all of its game assignments and cannot be undone.
Field dictionary

Fields

field

ID

Internal collection identifier.

Data Type
integer
field

Name

English collection title shown in the grid, with the collection image and order shown alongside it.

Data Type
string
field

Order ID

Current stored position of the collection in the list.

Data Type
integer
field

Status

Shows whether the collection is active.

Data Type
status
field

Games

Number of valid games currently assigned to the collection.

Data Type
integer
Operational notes

Notes

item

Status toggle reuses the shared admin update-status mutation with code CASINO_COLLECTION, which flips isActive on MasterCasinoCollection.

item

The game count column is a computed subquery counting valid rows in master_casino_game_to_collections, not a stored field.

item

Delete cascades to MasterCasinoGameToCollection, so all game assignments are removed with the collection.

item

Reset Images runs with masterCasinoCollectionId 0, which the service treats as an empty filter and clears imageUrl on every collection.

Related references

Related pages

pageCasino / Collections

Operator guide for casino collection catalog maintenance, including list, create or edit, reorder, and add-games relation flow.

pageCasino / Collections / Add Games

Relation workflow for assigning, removing, ordering, or bulk-loading games in a collection.

pageCasino / Collections / Form

Create and edit form for one collection, including translated name and description, image selection, and active state.

pageCasino / Collections / Reorder

Drag-and-drop ordering screen for the whole casino collection list.

pageActivity Tag Rules / List

Main inventory for activity-driven tag rules, with search, activity and status filters, grouped rows, clone, edit, and run actions.

pageAffiliate Deals / List

Searchable table of affiliate deal rows with PID filter, create action, dashboard shortcut, and edit/delete row actions.