Inconvenient choice of job exclusive flag in Job Meta json schema #153
Labels
backend
backend API related issues
enhancement
New feature or request
frontend
Svelte UI related issues
Currently the exclusive integer flag has the following allowed values: 0 - Shared among multiple jobs of multiple users, 1 - Job exclusive, 2 - Shared among multiple jobs of same user.
For tests it would be more convenient if 0 would mean exclusive job and >0 shared job.
Proposal for change:
0 - Job exclusive
1 - Shared among multiple jobs of same user
2 - Shared among multiple jobs of multiple users
The text was updated successfully, but these errors were encountered: