ProfZijlstra / video_site

MIT License
4 stars 2 forks source link

Duplicate Submissions #42

Closed ProfZijlstra closed 4 months ago

ProfZijlstra commented 4 months ago

Twice now I've encountered duplicate submissions -- I bet that we can prevent this on the server side by making an extra check in the database to see if there really isn't any submission yet for this user/lab combination

ProfZijlstra commented 4 months ago

I've updated the server-side code to always check for a submission before creating. This should fix the issue.