Imageomics / Andromeda

A website that enables users to explore high-dimensional image data
http://andromeda.imageomics.org/
MIT License
2 stars 1 forks source link

Allow users to navigate to uploaded datasets. #81

Closed johnbradley closed 5 months ago

johnbradley commented 7 months ago

A user requested the ability to integrate with Andromeda. They want to upload a CSV for a user and then navigate to Andromeda to allow to visualize the CSV.

johnbradley commented 7 months ago

We already have an API endpoint to upload a CSV: /api/dataset/. A POST request to this endpoint with an attached file will return a JSON payload with a "id" parameter. The user could then open a URL to Andromeda passing the id parameter.

I think the only thing missing from this is to have Andromeda parse the id from the URL (which arguably is a bug).