scalableminds / webknossos-connect

Connect webKnossos with existing datasets (BossDB, Neuroglancer Precomputed)
GNU Affero General Public License v3.0
0 stars 0 forks source link

add /newOrganizationFolder and /reload tigger routes #46

Closed jstriebel closed 5 years ago

jstriebel commented 5 years ago

/data/tiggers/newOrganizationFolder does nothing.

/data/tiggers/reload/<organization_name>/<dataset_name> currently reloads all datasets and clears the complete cache. This is not perfect, but API compatible and an easy solution for now. Only clearing the cache for a single dataset would need more cache refactoring, which is noted in #27

jstriebel commented 5 years ago

Changed it according to https://github.com/scalableminds/webknossos/pull/3764