Operator guideEN

Casino / Categories / List

Searchable category catalog with create, edit, status toggle, and reorder entrypoints.

How to use this guide

Start with the main guide

Follow the explanation and examples first. Extra definitions and formulas are available below when you need them.

What this page shows

This page is the working catalog for top-level casino categories. Operators use it to search categories, review active state, and open create, edit, or reorder flows.

The list itself reads saved categories. Create, Edit, and Reorder are navigation entrypoints to separate category surfaces.

Filters that change the result

  • Search categories... filters the currently loaded page by English category name or category id.
  • All / Active / Inactive chips filter the currently loaded page by active state.
  • Table pagination changes which server-backed page is loaded.

How to read the table

  • Category ID is the internal category id.
  • Name shows the English category name.
  • Order ID is the stored category order value.
  • Status shows whether the category is active.
  • Actions opens row actions for Edit and Activate/Deactivate.

Actions

  • Create Category opens the create form. It does not create a category from the list page itself.
  • Reorder opens the drag-and-drop category ordering page.
  • Edit opens the selected category edit form.
  • Activate / Deactivate immediately sends a status update for the selected category and then refreshes the list.

Known caveats

  • The list and the reorder page are complementary. The list is for finding and editing; the reorder page is for changing display order.
  • Category names are multilingual, but the main table optimizes for the visible English label.
  • Search and status chips are local filters over the currently loaded page, not full-catalog server filters in the verified page code.
  • The list service supports search/status parameters, but this page currently filters search/status locally after rows are loaded.
  • The loading overlay after a status toggle is driven by local refresh state and a short delayed refetch.
More details

Definitions and formulas

Open only the section you need. The relevant section opens automatically when you request help for a specific item on screen.

Calculations8 topicsOpen details

Category list read

Pagination controls which saved category slice is loaded.

Inputs
page number, rows per page
Formula
The current page sends page number and limit to the category list read. The returned category slice includes total count and is ordered by newest created records first.
Caveats
The list service supports search and active-state query parameters, but this page currently filters search/status locally after rows are loaded.

Local search filter

Search narrows the currently loaded page, not the full category catalog.

Inputs
loaded category rows, search text
Formula
A loaded row matches search when the search text is empty, or when the English category name contains the search text case-insensitively, or when the category id string contains the search text.

Local status filter

Status chips narrow the currently loaded page, not the full category catalog.

Inputs
loaded category rows, selected status chip
Formula
All keeps all loaded rows. Active keeps loaded rows where isActive is true. Inactive keeps loaded rows where isActive is false.

Filtered item count

This count is the visible filtered rows on the loaded page, not the total saved category count.

Inputs
loaded category rows, local search filter, local status filter
Formula
The items chip shows the number of loaded rows remaining after local search and status filters are applied.

Rows per page change

Page-size changes reload from the first category page.

Inputs
selected rows per page
Formula
Changing rows per page updates the page size and resets the table to the first page.

Status toggle payload

Activate or Deactivate flips the selected category's active flag.

Inputs
selected category id, current active state
Formula
The status action sends category id, the inverse of the current active state, and the casino-category status code to the shared status update flow.

Status toggle save rules

The stored active state changes only when the selected category still exists and the status request is accepted.

Inputs
selected category id, target active state
Formula
The status-update flow verifies the selected category exists and then updates its active flag.

Status refresh flow

A short overlay after Activate or Deactivate is expected while the list refreshes.

Inputs
local refresh state, status mutation result
Formula
The page shows a refresh overlay while status update is in progress, closes the action menu, then triggers a delayed category refetch.
Fields20 topicsOpen details

Casino Categories

Main heading for the top-level casino category catalog.

Data Type
text
Editable
false

Manage your casino game categories and organization

Summary text explaining the page purpose.

Data Type
text
Editable
false

Create Category

Opens the category create form.

Data Type
action
Editable
true

Reorder

Opens the category reorder page.

Data Type
action
Editable
true

Categories List

Header above the filtered category table.

Data Type
text
Editable
false

items

Count of rows remaining after local search and status filters on the currently loaded page.

Data Type
integer
Editable
false

Loading rows

Skeleton rows shown while the category page is loading.

Data Type
loading-state
Editable
false

No categories found

Message shown when no categories remain after current load/filter state.

Data Type
empty-state
Editable
false

Empty state message

Explains whether no categories matched the current search or no categories are available.

Data Type
text
Editable
false

Create New Category

Opens the category create form from the empty state.

Data Type
action
Editable
true

Category ID

Internal category identifier.

Data Type
integer
Editable
false

Name

English category title shown as the main operator label.

Data Type
string
Editable
false
Caveats
Category names can be multilingual, but this list renders the English value.

Order ID

Stored category order value used by the reorder workflow.

Data Type
integer
Editable
false

Status

Shows whether the category is currently Active or Inactive.

Data Type
status
Editable
false

More actions

Opens row actions for the selected category.

Data Type
action
Editable
true

Edit

Opens the selected category edit form.

Data Type
action
Editable
true

Activate / Deactivate

Sends a status update for the selected category.

Data Type
action
Editable
true

Pagination

Loads a different saved category page.

Data Type
pagination
Editable
true

Rows per page

Changes the requested page size and resets to the first page.

Data Type
enum
Editable
true
Allowed Values
5, 10, 25, 50, 100, 500, 1000, 5000, 10000

Loading overlay

Full-page spinner shown while the category status toggle is refreshing.

Data Type
loading-state
Editable
false
Filters2 topicsOpen details

Search categories...

Locally filters the currently loaded category page by English name or category id.

Type
text
Caveats
This is not a full-catalog server search in the verified page code.

All / Active / Inactive

Locally narrows the currently loaded category page by active state.

Type
enum
Caveats
This is not a full-catalog server status filter in the verified page code.
More help

Related pages

Casino / Categories

Operator guide for casino top-level categories, their list workflow, create or edit form, and manual ordering screen.

Casino / Categories / Form

Create and edit workflow for top-level casino categories, including translations, active state, built-in icons, and custom Core asset icons.

Casino / Categories / Reorder

Drag-and-drop screen for changing the visible category order in the casino catalog.

Activity Tag Rules / List

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

Affiliate Deals / List

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

Affiliate Payment Settings / List

Affiliate payment settings inventory page for reviewing configured rows and opening saved records.