feature: questions should be attached to content
We should allow questions to be tagged with videos. So we can find all the questions for a given video in a single place.
Somewhere here allow the user to attach content to it.
Also in the video add a button that lets the user create a question
Hi, I think I might have an approach. --For tagging questions, we can likely add a "video" field to the question submission modal where users can have the option to select from a dropdown of available videos. And update the db accordingly. -- For a button like 'create question', we can add a simple component that will open the question modal which will be prepopulated with that particular video's ID.
Does this approach make sense? Let me know.
I was actually waiting for this to be assigned as mentioned in contribution guidelines....