godotengine / godot-showreel-voting

A Django app to review and vote videos
MIT License
14 stars 10 forks source link

Allow the removal of submissions by their owners #17

Closed coppolaemilio closed 2 months ago

coppolaemilio commented 10 months ago

Some users got in touch with us asking to remove the game from the submission list. It would be good to have that functionality available for them.

fellowjamess commented 6 months ago

Currently, users can delete entries only when the showreel is open for submissions. To enable deletion during the voting phase, a quick solution would be to include or Showreel.VOTE on line 164 of views.py. However, I'm unsure if this aligns with the intended functionality, especially if deletion should only be allowed when the submission is open.