dataflow/database/queries
Paul Trowbridge dc32060c42 Add global Remap page for bulk output value replacement
- SQL: search_mapping_outputs(search) — distinct (col, val, count) groups
         get_mappings_by_output_field(col, val) — individual mappings
         remap_output_field(col, from, to) — bulk UPDATE via jsonb_set
- API: GET /mappings/outputs?search=, GET /mappings/outputs/:col/:val,
       POST /mappings/remap-field
- UI: Remap page — search output values, click to select, edit the
  replacement value, see all affected mappings, apply globally
- Nav: Remap added between Mappings and Records

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 20:22:52 -04:00
..
mappings.sql Add global Remap page for bulk output value replacement 2026-04-15 20:22:52 -04:00
records.sql Consolidate all SQL into database/queries/, switch to literal SQL in routes 2026-04-05 22:36:53 -04:00
rules.sql Records filters, global picklist, autocomplete, and rule reprocess 2026-04-14 16:28:26 -04:00
sources.sql Pivot: named layouts saved in DB per source 2026-04-15 07:31:46 -04:00