dataflow/api
Paul Trowbridge 9e6d184bd8 Stacks: source ordering via seq field with drag-to-reorder
- Add seq column to stack_sources; existing rows seeded by insertion order
- New sources auto-assigned max(seq)+1 so they always append to the end
- get_stack and generate_stack_view now order by seq instead of source_name
- Add reorder_stack_sources() function and PUT /:name/sources/reorder endpoint
- Source cards have drag handles matching the output columns grid behavior

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 17:11:44 -04:00
..
lib Fix lit() truncating decimals; restore last selected stack on load 2026-04-19 16:38:02 -04:00
middleware Add login authentication with Basic Auth 2026-04-05 17:41:07 -04:00
routes Stacks: source ordering via seq field with drag-to-reorder 2026-04-19 17:11:44 -04:00
server.js Status bar, stale tracking, Pivot stack selector, stack view fixes 2026-04-19 09:43:10 -04:00