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

Combine database colums for read images and write images #4449

Open
matthias-ronge opened this issue Jun 2, 2021 · 0 comments
Open

Combine database colums for read images and write images #4449

matthias-ronge opened this issue Jun 2, 2021 · 0 comments
Labels
improvement workflow workflow editor and configuration

Comments

@matthias-ronge
Copy link
Collaborator

See also #4448.

There are two boolean database columns of tasks typeReadImages and typeWriteImages, and corresponding properties of the task object. However, this reflects three states:

  • No link is created in the user directory when the task is taken over.
  • A link is created in the user directory when the task is taken over, but the directory and the images belong to root and can therefore not be changed (e.g. for quality control)
  • A link is created in the user directory when the task is taken over, and the directory and any images belong to the user and can be added, changed or deleted (e.g. for scanning)

These should be reflected by an enum with three options in Java code and database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement workflow workflow editor and configuration
Projects
None yet
Development

No branches or pull requests

2 participants