Frikanalen / frikanalen

Internal software for the public access TV channel Frikanalen
https://frikanalen.no
GNU Lesser General Public License v3.0
25 stars 12 forks source link

Video upload fail when user lack organisation #182

Open petterreinholdtsen opened 4 years ago

petterreinholdtsen commented 4 years ago

A new user had problem uploading a video file. I sat down with her and we discovered that the JavaScript console reported that the creation of the video entry was rejected because the user had no associated organization. This seem like an oversight, as non-member users should be able to upload videos too.

toresbe commented 4 years ago

This is correct behavior but with awful UX and error handling. The compromise solution we have landed on is that non-member users should have an "organization" which is registered as a private person. I will bear this issue in mind and close when the new upload dialog and signup flow addresses these issues. Thanks for reporting.