Product Details
Item-level detail view, placeholder creation, mapping workflow, and similarity matching.
6 screens · 17 configs
Product Details Grid
The main product details AG-Grid with item-level data.
Full AG-Grid column definition for product details.
Alternative column definitions with column_generation_order.
KPI formulas for the product details context.
Field-level validation (lifecycle sequence, min future date). Currently reads from bundled file.
Maps product statuses to badge colors.
Placeholder Creation
Create placeholder SKUs for products not yet in the system.
Column mappings, ID lookups, defaults for placeholder SKU creation.
Multi-step form schema for creating placeholder SKUs. Defines form layout (5 columns), field groups (Placeholder Details, Hierarchy, Attributes, Item Details), individual field definitions with types, validation rules, cascading dependencies, and default values. This is the largest product_details ui_definition (~19KB) because it contains all field schemas for the full creation form.
Mapping Workflow
Map new SKUs to existing products using similarity matching.
Recommendations API response mapping, table names, field mappings.
AG-Grid column definitions for the detailed mapping screen.
Fields shown in SKU selection summary panel.
Controls the entire similarity/likeliness refresh pipeline.
SQL column expressions for IAF data view in mapping workflow.
Product Details Filters & Shell
Global filter panel for product configuration screens plus the module-level shell (tabs, edit modes, row identity).
Global filter UI for the Product Configuration dashboard. Defines cascading filter dimensions (Product, Time, Channel), search behavior, and screen settings. Same pattern as item-management but scoped to the product details module.
Module-level shell config for Product Configuration: tab order (all_skus, new_skus, placeholders), default tab, which tabs support edit mode, which tabs allow Add SKU / Map SKU navigation. Controls the top-level layout before any grid renders.
Configuration for the similarity graph panel in the Map Like Styles workflow. Defines API paths, summary controls, graph dimensions (nodes, edges, clustering), and display options. Used in step 2 of Add Placeholder flow.
DownStream Integration
Auto-discovered from DB. 7 top-level keys. Needs classification.
Edit Configuration
Auto-discovered from DB. 2 top-level keys. Needs classification.