Page body
What this page shows
This page is the main list of NX category records. Operators use it to filter categories, open the create modal, and drill into one category detail workspace.
Filters that change the result
- list filters managed by the NX category filters manager
- optional aggregator context from the route query
- search
ScopeStatus- category inclusion or exclusion context when the list is reused inside relation screens
Known caveats
- Create is modal-based from the list header, while detail opens on a dedicated route.
ScopeandStatusare separate concepts and should not be merged in operator explanations.- The create modal sends
categoryName,categoryStatus, andcategoryScope, but the core create route only validatescategoryNameandcategoryScope. The created row is persisted withcategoryStatus = disabledby the core service.