Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

add missing & improve routes #22

Open
9 tasks
jstriebel opened this issue Jan 15, 2019 · 3 comments
Open
9 tasks

add missing & improve routes #22

jstriebel opened this issue Jan 15, 2019 · 3 comments
Assignees

Comments

@jstriebel
Copy link
Contributor

jstriebel commented Jan 15, 2019

Missing (might just return an 501 or 200)

Frontend API only?

  • /data/datasets/:organizationName/:dataSetName/layers/:dataLayerName/data

Currently unsupported / unnecessary

  • (/data/datasets/:organizationName/:dataSetName/layers/:dataLayerName/mappings/:mappingName)
  • /data/datasets/:organizationName/:dataSetName/layers/:dataLayerName/isosurface POST
  • /data/datasets/Connectomics_Department/kasthuri2011/layers/corrected_image/findData
  • /data/datasets/:organizationName/:dataSetName/layers/:dataLayerName}/colorStatistics
  • /data/datasets/:organizationName/:dataSetName/deleteOnDisk DELETE

Improvements

@jstriebel
Copy link
Contributor Author

jstriebel commented Jan 25, 2019

Outdated, see updated description above.
Open routes, grouped and sorted by priority:

Add / Upload / Administrate Dataset

  • /data/datasets POST (upload dataset)
  • /data/datasets/:organizationName/:dataSetName datasource-properties
  • /data/datasets/:organizationName/:dataSetName POST datasource-properties

Easy usability wins

  • /data/triggers/clearCache/:organizationName/:dataSetName
  • /data/triggers/newOrganizationFolder (onboarding / new orga in frontend)

Frontend API only?

  • /data/datasets/:organizationName/:dataSetName/layers/:dataLayerName/data

Currently unsupported / unnecessary

  • (/data/datasets/:organizationName/:dataSetName/layers/:dataLayerName/mappings/:mappingName)
  • /data/datasets/:organizationName/:dataSetName/layers/:dataLayerName/isosurface POST

@fm3
Copy link
Member

fm3 commented Oct 27, 2021

empty array should be returned for /datasets/:organizationName/:dataSetName/layers/:dataLayerName/meshes see scalableminds/webknossos#5782
@jstriebel do you think this would be simple?

@jstriebel
Copy link
Contributor Author

Yes, this would be a rather simple change.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants