webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

Sort Datasets in a Virtual Folder Structure

Open fm3 opened this issue 3 years ago • 3 comments

Users should be enabled to sort datasets in a folder structure in the webKnossos UI.

(I suggest we move the checkboxes to the PR description once one exists)

  • [ ] Backend
    • [ ] SQL Schema, compare https://www.slideshare.net/billkarwin/models-for-hierarchical-data
    • [ ] CRUD routes for folders
    • [ ] routes to move datasets
    • [ ] permission system
      • [ ] directories get allowedTeams just like datasets
      • [ ] dataset managers + admins can read+write in any folder
      • [ ] users can read
      • [ ] team managers can write in directories where the team they manage is allowed
      • [ ] additive permission bubbling through the folder tree
      • [ ] when you can read a leaf but not the parent, you still get to know the full path (but listdir will only lead you to the particular leaf)
  • [ ] Frontend
    • [ ] current directory table view
    • [ ] sidebar with actions + metadata
    • [ ] context menu with actions
    • [ ] left-side tree view

fm3 avatar Oct 04 '22 13:10 fm3

Mockup for new dataset list view IMG_7103

normanrz avatar Oct 13 '22 09:10 normanrz

@fm3 Is there already a branch for this issue?

philippotto avatar Oct 25 '22 10:10 philippotto

There is :) I just linked the new PR, branch name is folders

fm3 avatar Oct 25 '22 10:10 fm3