Closed deltabeard closed 9 years ago
https://github.com/TormundTargers/FROST/issues/2 contains information of the data that is stored in the database.
Instead of typing in the removal code, we can use a select box with the description of the removal code. Each option can use its removal code as its value
When the moderator presses the 'delete' button on a video, a dialogue box will appear (using javascript) and then the mod can select from a drop down list the reason for removal. Eg. http://jsfiddle.net/5UT5q/1/
Fixed in Management-Interface branch.
Display a list of all videos on the Moderation Interface (possibly on another page /modint/video.php). The list should display information such as Title, Upload date, IP address of uploader, and whether it has been approved. The list should be ordered by upload date. Each video should have a button next to it. An already approved video should have two buttons: 'Un-moderate' and 'Delete Forever'. A video that has not been moderated will have an 'approve' button and a delete button.
The Un-moderate button will block the general user from watching the video. This is useful if the moderator isn't sure if the video should be taken down, and will allow another moderator to make a decision. The delete button will delete the video file on the server, but all other records of the video will remain in the database. When the delete button is pressed, a text box and submit button should appear. The reason the video is to be removed should be written in the text box, or a removal code (which will display a generic description corresponding to the removal code). Pressing the submit button will then apply changes - remove the video and add removal description/code to the database. This is so that anyone trying to watch the video is notified that the video was deleted and why.
The ability to play any video on the server should be possible without leaving this Moderation Interface. This is so that moderators may watch a video before it is to be judged. This could be done by having a drop down button that will cause the video to appear.
I have made a few drawings to show what is required from this issue: