Built via parallel Workflow (5 builders + adversarial verifiers), then live-rendered and fixed in a headless browser against the running gateway. Tabs (PrimeControls/Tabs/*): - Overview: priority cards, KPI status row, alarm-rate timeline, insights, top-5 - Analysis: hour x day heatmap, priority donut vs ISA 80/15/5, MTTA/MTTR, floods - BadActors: chattering/standing/fleeting tables, focus chip, AlarmDetail wiring - Journal: paginated getJournalPage table, CSV export, EventDetail wiring Popups (PrimeControls/Popups/*): HealthScore, ShiftReport, AlarmDetail, EventDetail Chart fixes (verified rendering in-browser): - Overview timeline: seeded dataSources.rate, switched to static fills, split flood bins into their own red stacked series (per-point deriveFieldsFromData fill was crashing render with React.cloneElement null). - BadActors: removed the dual-axis Pareto XY chart (scaling was unusable); replaced with a ranked "Top Sources" table (share-of-total progress bar + cumulative %). Same insight, no axis scaling to break. Structural / hygiene: - Relocated Header + FilterBar from Dashboard/ to Shell/ and updated the two embed paths. A Perspective view cannot resolve sub-views nested inside another view's folder, so both were rendering as "view does not exist" placeholders. - Set persistent:false on all view input params. persistent:true caused the gateway to bake the live bundle (with sim tag paths) into Tabs/Analysis on render; nulled that baked data and reset the session query range to 0. lint_project.py: 0 failures / 0 warnings. Verified in-browser: Overview, BadActors. NOT yet live-verified: Analysis, Journal, and the four popups (schema-verified only). Header content is next phase (renders now, but a benign cloneElement console warning remains). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
95 lines
1.9 KiB
JSON
95 lines
1.9 KiB
JSON
{
|
|
"custom": {
|
|
"PrimeControls": {
|
|
"query": {
|
|
"areas": [],
|
|
"endMs": 0,
|
|
"priorities": [],
|
|
"rangePreset": "8h",
|
|
"refreshToken": 0,
|
|
"search": "",
|
|
"startMs": 0,
|
|
"states": []
|
|
},
|
|
"ui": {
|
|
"badActorFocus": "",
|
|
"selectedTab": 0
|
|
}
|
|
}
|
|
},
|
|
"propConfig": {
|
|
"custom.PrimeControls": {
|
|
"persistent": true
|
|
},
|
|
"props.auth": {
|
|
"access": "PRIVATE",
|
|
"persistent": false
|
|
},
|
|
"props.device.accelerometer": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
},
|
|
"props.device.identifier": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
},
|
|
"props.device.timezone": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
},
|
|
"props.device.type": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
},
|
|
"props.device.userAgent": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
},
|
|
"props.gateway": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
},
|
|
"props.geolocation.data": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
},
|
|
"props.geolocation.permissionGranted": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
},
|
|
"props.host": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
},
|
|
"props.id": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
},
|
|
"props.lastActivity": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
},
|
|
"props.offline.capable": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
},
|
|
"props.offline.enabled": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
},
|
|
"props.offline.lastSynced": {
|
|
"access": "SYSTEM",
|
|
"persistent": false
|
|
}
|
|
},
|
|
"props": {
|
|
"address": "172.23.0.1",
|
|
"device": {},
|
|
"geolocation": {},
|
|
"locale": "en-US",
|
|
"offline": {},
|
|
"securityLevels": [],
|
|
"theme": "light-cool",
|
|
"timeZoneId": "America/Chicago"
|
|
}
|
|
} |