spectatorpublishing / VES

GNU Affero General Public License v3.0
0 stars 2 forks source link

Display review tag system #79

Closed pecom closed 6 years ago

pecom commented 6 years ago

Barebones display review system. Upon clicking the review button, the modal should make the relevant get review API endpoint (should already be programmed). After making the call, get the tags and display the tags on the popup (limit to 5 for now).

Later on: Duplicate tags should not be displayed, instead there should be a number next to each tag representing how many times that tag was submitted. Once this is set up we should display the highest ones first.

To-do