dataflow/ui/src
Paul Trowbridge fce427ba95 Add rule chaining: later sequence rules can read earlier outputs
apply_transformations now processes rules in sequence order using a
temp table accumulator. Each sequence group reads from data merged
with all prior groups' outputs, so a rule at seq N can reference a
field written by a rule at seq < N.

preview_rule falls back to transformed when a field isn't in raw
data, so chained rules preview correctly in the UI.

Rules form field dropdown gains an "from earlier rules" optgroup
listing output fields from lower-sequence rules.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 23:04:14 -04:00
..
assets Add React UI and backend enhancements for dataflow 2026-03-29 00:35:33 -04:00
pages Add rule chaining: later sequence rules can read earlier outputs 2026-04-16 23:04:14 -04:00
api.js Add per-record overrides that survive reprocess 2026-04-15 21:02:54 -04:00
App.css Add React UI and backend enhancements for dataflow 2026-03-29 00:35:33 -04:00
App.jsx Add global Remap page for bulk output value replacement 2026-04-15 20:22:52 -04:00
index.css Add React UI and backend enhancements for dataflow 2026-03-29 00:35:33 -04:00
main.jsx Add React UI and backend enhancements for dataflow 2026-03-29 00:35:33 -04:00