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

Only allow taskTypeId as parameter in task creation #6640

Merged
merged 6 commits into from
Nov 28, 2022

Conversation

fm3
Copy link
Member

@fm3 fm3 commented Nov 14, 2022

Basically a revert of #6486

We decided that the small UX improvement of allowing task type id or summary is not worth the harder-to-maintain code after all. The API changes were also not yet used in the wk-libs, which we missed back then. So this revert removes the need to adapt there.

I also fixed the sample organization sample task type in the initial data service, so that during development, bulk task creation can be tested with a fixed csv snippet. (This was one of the original motivations for the change, and is now solved in a much simpler way).

URL of deployed dev instance (used for testing):

Steps to test:

  • Create task via bulk creation tab, form creation tab, with NML files and without
  • Create task via wk libs
  • Should all run through without errors.

@fm3 fm3 self-assigned this Nov 14, 2022
@fm3 fm3 marked this pull request as ready for review November 14, 2022 12:25
@fm3 fm3 requested a review from philippotto November 14, 2022 12:25
Copy link
Member

@philippotto philippotto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I did review this PR, but apparently forgot to submit it 🙈 Everything looks good 👍

@fm3 fm3 merged commit 003b14d into master Nov 28, 2022
@fm3 fm3 deleted the task-creation-no-summary branch November 28, 2022 12:03
hotzenklotz added a commit that referenced this pull request Dec 6, 2022
…cing

* 'master' of github.com:scalableminds/webknossos: (23 commits)
  Guard against invalid-mag bucket volume save actions (#6660)
  Add OIDC authentication (#6534)
  Add second (non-admin) default user to "initial data" trigger (#6666)
  Fix and improve miscellaneous things in Folders tab (#6674)
  Improves mag and voxelSize inferral for remote datasets (#6670)
  Squashed commit of the following:
  Fix import of N5 datasets by adding n5 schema to frontend validation (#6668)
  Virtual Folder Structure for Datasets (#6591)
  Ability to recover from webGL context loss (#6663)
  Fix assertion that referenced teams cannot be deleted (#6664)
  fix task summary with pending jobs (#6662)
  Only allow taskTypeId as parameter in task creation (#6640)
  Release 22.12.0 (#6661)
  Create Annotation From View Mode: Keep Activated Mapping (#6647)
  Workaround to avoid false-positive version warning (#6656)
  Fix WK-lib download snippet (#6605)
  Use LZ4 with WASM for volume saving/undo/redo (#6652)
  Fix version number extraction when building docker image (#6655)
  Pass mapping name to precompute meshes (#6651)
  Deduplicate bboxes when importing NML (#6648)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants