AllenInstitute / biofile-finder

An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
https://biofile-finder.allencell.org/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Add editing capability for non-AICS data sources #347

Open aswallace opened 6 days ago

aswallace commented 6 days ago

Add editing capability for non-AICS data sources. This may already be addressed in the endpoint branch, but important to verify. If so, update ternary for edit modal in file access menu

Should be possible via SQL like:

UPDATE ${datasourceName}
SET ${columnToUpdate} = ${valueToReplaceWith}
WHERE ${here either select by row number or the internally made BFF ID} = ${list of row numbers or bff ids}

_Originally posted by @SeanLeRoy in https://github.com/AllenInstitute/biofile-finder/pull/338#discussion_r1854862845_