Open sethdarragile6 opened 2 years ago
@sethdarragile6 Is this something that requires work from the Pipeline Team?
@JGreenFearless not necessarily. it's backend/API work that traditionally would be done by the pipeline team, but also doable by experience (w/pipeline's eyes/help) @bgantick
Problem statement
Currently in the Lookup Table API, in order to update even a single row in the table, you must submit the entire content of the updated lookup table. While this has thus far met the needs for OnO, when using this from a UI, the experience is inelegant and expensive- requiring in one POST the sending of 1600+ element JSON. We would like a way to submit one row for update.
In the design doc for Valueset Editor UI, we outline two possible approaches- a "short lift" and a "heavy lift":
What you need to know
-- #5590
Acceptance criteria