comic / grand-challenge.org

A platform for end-to-end development of machine learning solutions in biomedical imaging
https://grand-challenge.org
Apache License 2.0
168 stars 50 forks source link

Display set titles #3341

Closed chrisvanrun closed 1 month ago

chrisvanrun commented 2 months ago

Part of the pitch:

This adds a title field which is guaranteed to be unique for a display set within a reader study.

In addition:

Some odd saves were going on concerning order. An initial version had a slug as a unique counter to the title. This slug build-up required the correct order at the time of saving. While the slug is no longer needed in this version: I left the saving changes as I think any data checking should have the correct order involved.

Once this PR passes the first inspection I'll throw out a new one with similar changes for the archive items.

https://github.com/DIAGNijmegen/rse-roadmap/assets/7871310/8f96065c-1412-4955-8e7a-a1718ac6dceb

chrisvanrun commented 1 month ago

Ugh, failing tests. On it!