dr-sandbox/app/web
Michael Pilosov a5614ac371 runs list: mark older runs with duplicate-stem output as stale, hide their compare checkbox
When two runs share identical params they write to the same figs/<stem>.html,
and the most recent overwrites the earlier. Previously both got a compare
checkbox with the same data-stem, so toggling one toggled both via the JS
Set. Now we flag older duplicates server-side (first occurrence wins — Prefect
returns runs START_TIME_DESC), drop their checkbox, fade the row, and mark
'overwritten' on the outputs line.
2026-04-22 15:35:05 -06:00
..
static runs list: mark older runs with duplicate-stem output as stale, hide their compare checkbox 2026-04-22 15:35:05 -06:00
templates runs list: mark older runs with duplicate-stem output as stale, hide their compare checkbox 2026-04-22 15:35:05 -06:00
__init__.py rename folder 2026-04-21 19:30:45 -06:00
main.py runs list: mark older runs with duplicate-stem output as stale, hide their compare checkbox 2026-04-22 15:35:05 -06:00
plotly_parse.py compare: parse plotly HTML into frames JSON, expose at /api/runs/{stem}/frames.json 2026-04-22 14:16:30 -06:00