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.
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}
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:
_Originally posted by @SeanLeRoy in https://github.com/AllenInstitute/biofile-finder/pull/338#discussion_r1854862845_