feature: Connect the question to the video (High priority - valuable bounty)
We already have a platform for questions at 100xdevs, but it is currently underutilized.
To increase engagement, I propose connecting questions to specific videos. Here's a plan for implementation, which can be further improved for a better outcome:
Proposed Features:
-
Linking Questions to Videos:
- When creating a question, users should have the option to link it to a specific video.
- Users can either search for a video or select one from a searchable dropdown menu.
- This feature should be optional, as we still want to allow questions without associated videos.
-
Video Integration:
- Each video should have a button that, when clicked, redirects the user to all questions related to that video.
-
Database Changes:
- Add an optional
video_idfield to the question table to store the associated video ID.
- Add an optional
-
Future Improvements (V2):
- Implement notifications to a specific Discord channel when a new question is created.
Note: These are initial thoughts, and any further improvements are welcome! (do not limit to only initial thoughts!)
taking this up
@siinghd can work on it.
@krishna9358 should I work on it or not?
@siinghd have you started working on it?
@siinghd working on it, will create a PR. Do I need to provide video proof in pull request ?
@sand-storm-17 hii, I am already working on it. Thanks!
@krishna9358 @sand-storm-17 even I am working on it.
@krishna9358 @Sajal0208 okay you guys work on it. I'll start on it if there is no pull request by tomorrow.
getting this error upon committing can anyone tell me how can i resolve this ?? i did husky uninstall -> install no luck I am using windows
@iSouvikKhan if it's coming while installing the packages, then install forcefully. npm install --force.... some packages are depricated !
The better PR will get merged only, make sure to not work quickly and push it just for the sake of time...i will review all and choose the better solution.
Hi @krishna9358, resolved the issue using --no-verify flag while committing in terminal
@siinghd still open for new PRs?
@devsargam please review #1340 Tried to implement most out of least code possible. Open for improvements
@devsargam i guess this can be closed too.