Page body
What this module is for
NX / Categories is the NX-side workspace for category records and the relations that connect categories to other categories and games.
Canonical ownership for this module is the core categories family in nx-workspace/services/core. The FE routes under nx-admin-fe-workspace call /api/core/categories*, /api/core/categories-order, and the generic mapping routes for category-to-category and category-to-game relations.
Included units
ListDetailRelations / CategoriesRelations / GamesReorder
Verification outcome
List,Detail,Relations / Categories,Relations / Games, andReorderare nowverified_backend_and_core.- Canonical read, create, update, reorder, and mapping ownership lives in
nx-workspace/services/core, not ings-admin-backendorgs-casino-backend.
Known caveat
- The current FE detail form shows
Category Name,Status, andScope, but the proven core mutation route only persistscategoryStatus. Name and scope edits are still displayed in FE, yet they are not backed by the currentPUT /api/core/categories/:categoryIdcontroller/service contract.