abstractionhq / gallery-gateway

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

Add show-specific page for Admins, with tabs #234

Closed robmcl4 closed 6 years ago

robmcl4 commented 6 years ago

Adds /show/:id?tab={1,2,3} to the Admin interface, with three tabs 'Details', 'Submissions', and 'Judge'

robmcl4 commented 6 years ago

NOTE: in the story it's specified that we manage tab navigation by path, but I used the query-string

billdybas commented 6 years ago

This is way overkill and could be done just with React Router.

Use this directly or for inspiration: https://github.com/chacestew/react-router-tabs

And structure the URLs how the story says to.

robmcl4 commented 6 years ago

Rewrote to use react-router-tabs in ed72791