Promote /tables, /excel-query, /query-tool, /mid-section-defect from deferred to full shell-governed in-scope routes with canonical redirects, content contracts, governance artifacts, and updated CI gates. Unify all page header gradients to #667eea → #764ba2 and h1 font-size to 24px for visual consistency across all dashboard pages. Remove Native Route-View dev annotations from job-query, excel-query, and query-tool headers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
102 lines
5.9 KiB
JSON
102 lines
5.9 KiB
JSON
{
|
|
"change": "full-modernization-architecture-blueprint",
|
|
"in_scope_routes": {
|
|
"/wip-overview": {
|
|
"filter_input_semantics": ["workorder", "lotid", "package", "type", "status"],
|
|
"query_payload_contract": ["workorder", "lotid", "package", "type", "status"],
|
|
"chart_data_shape": ["status_cards", "matrix", "pareto"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/wip-detail": {
|
|
"filter_input_semantics": ["workcenter", "workorder", "lotid", "package", "type", "status", "page"],
|
|
"query_payload_contract": ["workcenter", "workorder", "lotid", "package", "type", "status", "page"],
|
|
"chart_data_shape": ["summary_cards", "lot_table"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/hold-overview": {
|
|
"filter_input_semantics": ["hold_type", "reason", "workcenter", "package", "age_range", "page"],
|
|
"query_payload_contract": ["hold_type", "reason", "workcenter", "package", "age_range", "page"],
|
|
"chart_data_shape": ["summary_cards", "matrix", "treemap", "lot_table"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/hold-detail": {
|
|
"filter_input_semantics": ["reason", "workcenter", "package", "age_range", "page"],
|
|
"query_payload_contract": ["reason", "workcenter", "package", "age_range", "page"],
|
|
"chart_data_shape": ["summary_cards", "distribution", "lot_table"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/hold-history": {
|
|
"filter_input_semantics": ["start_date", "end_date", "hold_type", "record_type", "reason", "duration_range", "page"],
|
|
"query_payload_contract": ["start_date", "end_date", "hold_type", "record_type", "reason", "duration_range", "page"],
|
|
"chart_data_shape": ["trend", "reason_pareto", "duration", "detail_table"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/resource": {
|
|
"filter_input_semantics": ["workcenter_groups", "families", "resource_ids", "statuses"],
|
|
"query_payload_contract": ["workcenter_groups", "families", "resource_ids", "statuses"],
|
|
"chart_data_shape": ["summary_cards", "status_matrix", "equipment_grid"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/resource-history": {
|
|
"filter_input_semantics": ["start_date", "end_date", "granularity", "workcenter_groups", "families", "resource_ids", "is_production", "is_key", "is_monitor"],
|
|
"query_payload_contract": ["start_date", "end_date", "granularity", "workcenter_groups", "families", "resource_ids", "is_production", "is_key", "is_monitor"],
|
|
"chart_data_shape": ["kpi", "trend", "heatmap", "workcenter_comparison", "detail"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/qc-gate": {
|
|
"filter_input_semantics": ["chart_bucket_selection", "table_sort"],
|
|
"query_payload_contract": ["summary", "table", "pareto"],
|
|
"chart_data_shape": ["station_stack_chart", "linked_lot_table"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/job-query": {
|
|
"filter_input_semantics": ["resource_ids", "start_date", "end_date"],
|
|
"query_payload_contract": ["resource_ids", "start_date", "end_date"],
|
|
"chart_data_shape": ["job_table", "txn_table"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/tmtt-defect": {
|
|
"filter_input_semantics": ["start_date", "end_date", "sort", "page"],
|
|
"query_payload_contract": ["start_date", "end_date"],
|
|
"chart_data_shape": ["kpi", "pareto", "trend", "detail_table"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/admin/pages": {
|
|
"filter_input_semantics": ["drawer_crud", "page_status_edit", "order_updates"],
|
|
"query_payload_contract": ["drawers", "pages", "status"],
|
|
"chart_data_shape": ["n/a"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/admin/performance": {
|
|
"filter_input_semantics": ["date_range", "severity", "search"],
|
|
"query_payload_contract": ["performance_summary", "log_stream"],
|
|
"chart_data_shape": ["timeline", "status_summary"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/tables": {
|
|
"filter_input_semantics": ["table_category", "table_name", "dynamic_column_filters"],
|
|
"query_payload_contract": ["table_name", "limit", "time_field", "filters"],
|
|
"chart_data_shape": ["dynamic_data_table"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/excel-query": {
|
|
"filter_input_semantics": ["file_upload", "excel_column", "table_name", "search_column", "query_type", "return_columns", "date_range"],
|
|
"query_payload_contract": ["table_name", "search_column", "return_columns", "search_values", "query_type", "date_column", "date_from", "date_to"],
|
|
"chart_data_shape": ["result_table", "csv_export"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/query-tool": {
|
|
"filter_input_semantics": ["input_type", "workcenter_groups", "input_values", "association_type", "equipment_ids", "equipment_query_type", "start_date", "end_date"],
|
|
"query_payload_contract": ["input_type", "values", "container_id", "workcenter_groups", "type", "equipment_ids", "equipment_names", "start_date", "end_date", "query_type"],
|
|
"chart_data_shape": ["resolved_lots_table", "lot_history_table", "association_table", "equipment_table"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
},
|
|
"/mid-section-defect": {
|
|
"filter_input_semantics": ["start_date", "end_date", "loss_reasons"],
|
|
"query_payload_contract": ["start_date", "end_date", "loss_reasons", "page", "page_size"],
|
|
"chart_data_shape": ["kpi_cards", "pareto_by_station", "pareto_by_loss_reason", "pareto_by_machine", "pareto_by_tmtt_machine", "pareto_by_workflow", "pareto_by_package", "daily_trend", "detail_table"],
|
|
"state_contract": ["loading", "empty", "error", "success"]
|
|
}
|
|
}
|
|
}
|