tekuma / curator-portal

Interface for the Curation database
0 stars 0 forks source link

Extending Review Interface to 4 Tabs #74

Closed afikanyati closed 7 years ago

afikanyati commented 7 years ago

Regarding the review interface, extending the review tabs into four tabs (Pending, Approved, Held, Declined) instead of two (Pending, Approved), and have artworks move into their respective tabs when their status is changed.

xstephen95x commented 7 years ago

On the backend, this means that there will be 3 DB branches. They are 'submissions' where pending/held are kept, 'declined', and 'approved'. The pending interface sorts submissions based on the submitted tag, which is seconds since 1970. The held interface will also sort the submissions branch, but on the status, to only return those that are held.

xstephen95x commented 7 years ago

Done.