abstractionhq / gallery-gateway

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

allow students to query open show calls #233

Closed robmcl4 closed 6 years ago

robmcl4 commented 6 years ago

Modifies the Shows query to show all Shows to which the student has submitted, plus all open shows.

Fixes #226

robmcl4 commented 6 years ago

Hmm.... DESC should already sort older shows to the bottom, since dates in the past have lower order. Experimentally, when I make multiple shows (with some in the past) the most current ones seem to be at the top.

billdybas commented 6 years ago

Ah, you're right. I interpreted my test data wrong. DESC is 👍