Anne Mickan
Anne Mickan
At the moment, when scheduling a job through the API, new CIVs are created for all inputs, even if an existing image is provided as input. The behavior when scheduling...
- This PR substantially refactors the job creation code to re-use the same CIV creation and validation code that we also use for display sets and archive items. - Errors...
This implements all the necessary model changes and adds API views for listing claimable evaluations, claiming an evaluation and updating a claimed evaluation. Part of https://github.com/DIAGNijmegen/rse-roadmap/issues/310
Addresses https://github.com/comic/grand-challenge.org/issues/3531 This adds a tab to the Challenge admin for each algorithm phase which lists relevant information about the linked archive:  The page then tells the challenge admin...
Closes #3628 Closes #3618
See sentry; https://grand-challenge.sentry.io/issues/5993062423/?project=303639&query=%21logger%3Acsp%20is%3Aunresolved&referrer=issue-stream&statsPeriod=7d&stream_index=2
See https://grand-challenge.sentry.io/issues/5985194691/?project=303639&query=%21logger%3Acsp%20is%3Aunresolved&referrer=issue-stream&statsPeriod=7d&stream_index=5 We have validation errors that are too long to be stored in a `CharField` (with `max_length` set to 255). I don't think we should truncate them, instead I...
When creating or updating archive items, display sets and algorithm jobs through the API, users can currently only upload new files for file type interfaces. In the UI they get...
**Describe the bug** On job creation (or display set / archive item creation / updating), if a user selects an image or uploads a new one and some other interface...
Part of https://github.com/DIAGNijmegen/rse-roadmap/issues/407 This ensures that no new posts and topics can be created while we migrate to the new forum implementation and that no new notifications or follows can...