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 view all details about a particular submission #217

Closed billdybas closed 6 years ago

billdybas commented 6 years ago

The "Submissions" table view shows limited information about submissions. This story involves making each row in the table have the behavior that if their "title" is clicked, they show a modal with all the information associated with that submission (eg. created at, updated at, artist name, title, artist comment, available for purchase, group submission, etc.)

Keep in mind that this information will need to be edited in the future (#60) and have an exclude from judging button (#171)

billdybas commented 6 years ago

Stretch Goal:

Have push history associated w/ it, that is, if you click, it will open a modal (and change the URL). If you refresh the page, the submission will display as a page instead of a modal.