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

Add bulk delete view for archive items #3292

Closed amickan closed 3 months ago

amickan commented 3 months ago

Adds bulk delete view for archive items. I noticed that we have a custom str method for archive items, so the confirmation view will look as follows and won't contain the archive item pk. Should I update the str method to also show the pk or remove the custom str method since we're not using it anywhere else critical as far as I can tell?

image

jmsmkn commented 3 months ago

Your comment is related to https://github.com/comic/grand-challenge.org/issues/3018, would be good to solve it.