Operator guideENnxcategoriesdetail

NX / Categories / Detail

Record-level workspace for one NX category.

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 does

This page opens the detail workspace for one NX category and acts as the anchor point for relation flows.

Tabs in this workspace

  • Details: editable operator form for category-level fields
  • Data: read-only raw JSON from categoryData
  • Mappings: navigation to Games and Categories relation pages

Known caveat

  • The current core mutation route only persists categoryStatus. FE still renders Category Name and Scope, but those fields are not proven to save through the existing core controller/service.
Field dictionary

Fields

field

Category Name

Human-readable name of the NX category.

Data Type
string
Caveats
The FE detail form renders this field, but the current proven core mutation path does not persist name edits.
field

Status

Current lifecycle state of the category.

Data Type
enum
Caveats
This is the only detail field proven to persist through `PUT /api/core/categories/:categoryId`.
field

Scope

Ownership scope of the category record, used to decide whether relation pages are editable.

Data Type
enum
Caveats
FE keeps this field disabled., The current proven core mutation path does not persist scope changes from the detail screen.
field

Data

Raw category payload shown on the read-only `Data` tab for troubleshooting.

Data Type
json
Operational notes

Notes

item

FE detail route, tabs, and save trigger are confirmed.

item

The canonical read and mutation ownership is in `nx-workspace/services/core`.

item

The current `PUT /api/core/categories/:categoryId` controller validates and persists only `categoryStatus`. FE sends `categoryName` and `categoryScope` too, but those fields are not currently written by the proven core mutation path.

Related references

Related pages

pageNX / Categories

Operator guide for NX category list, detail, mapping relations, and ordering flows.

pageNX / Categories / Category Mapping

Relation page for linking one NX category to other categories.

pageNX / Categories / Game Mapping

Relation page for linking one NX category to games.

pageNX / Categories / List

Main NX category grid with filters, modal-based create flow, and row navigation into detail.

pageNX / Categories / Reorder

Ordering screen for NX categories.

pageActivity Tag Rules / Detail

Rule inspection page with backend identity, conditions, timestamps, impact estimate, run action, delete action, and recent application history.