Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Adding a next button for watching the next video in the thread. #811

Open
akshathere opened this issue Jul 2, 2024 · 2 comments · May be fixed by #814
Open

feature: Adding a next button for watching the next video in the thread. #811

akshathere opened this issue Jul 2, 2024 · 2 comments · May be fixed by #814
Labels
enhancement New feature or request

Comments

@akshathere
Copy link

Problem description
I'm always frustrated whenever I finish watching a video I always search for the next button so that I can jump over to video in the order. For eg :
If I am on 3.1 video, a button which on click takes us to 3.2 will be very helpful to make it more userfriendly.
Also
image
I am watching this video the side bar does not shows which week or video is selected. This feature will help tackle that problem as well

Solution
A solution can be linking the videos with each other (maybe use doubly linked list which can have prev and next as well . We can add a prev link as well (maybe not needed) but can add that as well.
All the video be sorted week wise and contains a prev button to go to prev video i.e if you are on video 8.2 prev will take you to 8.1
and A next link which takes us to 8.3 .

@akshathere akshathere added the enhancement New feature or request label Jul 2, 2024
@SargunSinghSethi
Copy link

working on this

@shantanuSakpal shantanuSakpal linked a pull request Jul 8, 2024 that will close this issue
2 tasks
@shantanuSakpal
Copy link

shantanuSakpal commented Jul 8, 2024

@devsargam upon inspection, i found there was already a function getNextVideo. i wonder why it wasnt used?
also , if this pr is good, i can further add the getPrevVideo functionality as mentioned in issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants