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

Upgrade Data Source Ingestion #321

Closed SeanLeRoy closed 2 weeks ago

SeanLeRoy commented 2 weeks ago

Background

AIBS and others have had trouble inputting their data sources since the feedback wasn't being shown to the user most of the time and even when it was it was hard to interpret as actionable. Also, several have noticed that empty file paths would lead to missing rows.

Also, @kmitcham made me realize that the app has enough data to be smarter about the kind of feedback it gives and when it can provide defaults.

Description

This does 3 things as part of ingesting a data source:

Testing

I've tested this manually with several different .csvs with various casings, missing values, duplicate values and such. However, I would really appreciate as part of this review that you try this out too! It is on staging

Related Issue

Resolves #272