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 ability to describe columns #183

Closed SeanLeRoy closed 4 months ago

SeanLeRoy commented 4 months ago

Description

EMT wants to be able to provide context to their metadata tags (annotations) by having the descriptions present on hover when possible. This is largely already a feature however there isn't currently a way to add descriptions using a CSV, JSON, or Parquet data source (as opposed to AICS FMS). This changeset allows users to upload a second data source formatted differently with information about the columns present in the actual data source.

Testing

Locally see here

Related Issue

Resolves #61