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
167 stars 49 forks source link

Archive Item and related Jobs pages #3378

Closed chrisvanrun closed 1 week ago

chrisvanrun commented 2 weeks ago

Part of the pitch:

This PR uses the CIV representations introduced in an earlier PR to show details of Archive Items and Display Sets.

It also contains a page that shows all Jobs that have the same inputs as the Archive Item has as content/values.

Draft: I still need to fix an algorithm list test and provide some up-to-date screenshots. Ran out of time today but any initial feedback is welcome.

Updated Job List

result_list_new

Updated Archive Item list

archive_item_list

New Archive Item Detail list

archive_item

New Archive Item Job list

Shows the same content as the Job list, but with an ID and optional title displayed on top.

archive_item_related_jobs
chrisvanrun commented 2 weeks ago

The exact query is still something I am not 100% sure about.

chrisvanrun commented 2 weeks ago

Added a link to the algorithm:

image
chrisvanrun commented 1 week ago

While double-checking I found an N+1:

My plan is to fix that via a follow-up PR so as to not further burden this one.