Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more filters and sorting options to Projects list #6550

Merged
merged 9 commits into from
Oct 14, 2022

Conversation

hotzenklotz
Copy link
Member

To make the projects list easier to administrate, I added some more filters and sorting options:

  • add Creation Date sorting (enabled/sorted by default, newest projects come first)
  • add filters for team name & owner
  • added filters for Open assignments and time
    • "0" and ">0" comparison to find "unstarted" projects or "in progress"
  • added filter for priority to find paused projects
  • re-shuffled the order of the columns. Moved Open Assignments and Time to the beginning of the table to give the more emphasis since both are "dynamic". Let me know your thoughts.
  • removed some antd Column width-properties to make these columns smaller, .i.e., gain screen space
  • stacked owner name and email addresses on top of each other to make this column smaller, .i.e., gain screen space

URL of deployed dev instance (used for testing):

  • https://___.webknossos.xyz

Steps to test:

  • Navigate to Admin --> Projects
  • add a few test projects
  • try out the various filters / sorting

Issues:


(Please delete unneeded items, merge only when none are left open)

fm3 and others added 6 commits February 3, 2022 14:33
…jects-created

* 'master' of github.com:scalableminds/webknossos: (337 commits)
  Fix docs for the annotation download file format (#6546)
  Added total runtime information to VX reports (#6543)
  fix VX report for completed + skipped tasks (#6540)
  Avoid allocating spire uint objects during apply agglomerate (#6532)
  Explore remote N5 datasets (#6520)
  Fix MeshChunk byteOffset (Long, not Int) (#6536)
  update browserslist (#6505)
  Support new Mesh File (v3) (#6491)
  makes workflow_yamlContent optional (#6518)
  Always return 404 for Failures in Zarr Streaming (#6515)
  Poll wk version to notify during upgrade (#6451)
  add script which extracts newest changelog and creates GH release for it (#6504)
  release 22.10.0 (#6500)
  voxel³ -> voxel (#6501)
  Allow task type summary to identify task type when creating tasks in bulk (#6486)
  Fix sql evolution 090 (defer not null constraint) (#6498)
  SQL schema cleanup (#6492)
  Fix validation of layer selection when trying to start globalization of floodfills (#6497)
  Add "shift + w" shortcut to cycle backwards through tools (#6493)
  Fix filtering for public datasets in dataset table (#6496)
  ...
@hotzenklotz hotzenklotz self-assigned this Oct 13, 2022
@hotzenklotz hotzenklotz enabled auto-merge (squash) October 14, 2022 07:25
@hotzenklotz hotzenklotz merged commit 7638227 into master Oct 14, 2022
@hotzenklotz hotzenklotz deleted the projects-created branch October 14, 2022 07:44
hotzenklotz added a commit that referenced this pull request Oct 14, 2022
…ign_task

* 'master' of github.com:scalableminds/webknossos:
  Added more filters and sorting options to Projects list (#6550)
  fix double occurance of "ago" in VX progress times (#6535)
  Fix docs for the annotation download file format (#6546)
hotzenklotz added a commit that referenced this pull request Oct 19, 2022
…ault_volume_layer

* 'master' of github.com:scalableminds/webknossos: (21 commits)
  adds ETA calculation to voxelytics tasks (#6564)
  update immutability-helper package to v3.1.1 with TS support (#6565)
  [Skeletons] Allow deletion of root group (#6553)
  fix disappearing sidebar button (#6555)
  Enable "What's new" in navbar for everybody (#6563)
  Highlight Menu in Navbar Menu (#6558)
  refactor Select loading spinner property (#6556)
  Reload histogram when reloading layer (#6537)
  added more usage shortcuts to status bar (#6549)
  Look up annotation dataset by tracing id instead of (broken) organizationName field (#6548)
  Add links to resource creation pages (#6513)
  Improve Zarr Import UI (and general editing of datasets) (#6485)
  Remove unused dataSetName and organizationName property of protobuf objects (#6559)
  WIP: Added manual task assignment (#6551)
  Fix zarr private links for volume tracings and some minor improvements to private links UI (#6541)
  Fix stack overflow in compactMovedNodesAndEdges (#6557)
  Add backspace keyboard shortcut to delete active node (#6554)
  fix scaling in new meshfile rendering (#6552)
  Added more filters and sorting options to Projects list (#6550)
  fix double occurance of "ago" in VX progress times (#6535)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sort project list by creation or last progress
3 participants