abstractionhq / gallery-gateway

📷Gallery Review System
https://gallerygateway.rit.edu
Apache License 2.0
5 stars 4 forks source link

As an Admin, I want to see the individual submissions for a show #215

Closed billdybas closed 6 years ago

billdybas commented 6 years ago

On the "View Details" page for shows, create a table which lists each submission's "thumbnail", "title", "student name", "average score", and an "invite?" checkbox. Sort the table by "average score" by default. It may be useful to also sort by "student name" when that column header is clicked.

To support #52, clicking on the thumbnail image should download the full res image of that submission.

billdybas commented 6 years ago

After thinking about this, clicking on the thumbnail should open the modal, not download the image. We can add a "Download" icon / button inside the modal to download the individual image, if that feature is still desired.