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

[ENHANCEMENT]: A student wants to know where he is in the course #51

Open
sylvain-reynaud opened this issue Dec 14, 2022 · 2 comments
Open

Comments

@sylvain-reynaud
Copy link
Member

Description

As a student I watched the 4 videos of a course Monday.

Friday I come back to the course page, so I want to know which videos/elements I finished.

image

Additional Information

No response

@sylvain-reynaud sylvain-reynaud changed the title [ENHANCEMENT]: The student wants to know where he is in the course [ENHANCEMENT]: A student wants to know where he is in the course Dec 14, 2022
@dmcgrouther
Copy link

Would the enhancement be to make the play button icons a different color? A light red seems to make sense.

Would the condition for finished be when the video has completed? Or perhaps if the video is clicked, but then the student goes elsewhere?

@sylvain-reynaud
Copy link
Member Author

sylvain-reynaud commented Dec 16, 2022

Hello @dmcgrouther, thank you for your comment.

To my mind, viewed videos has to be light red and non-viewed videos has to be red. The text needs to be greyscaled if the video has been viewed.

We track if a user viewed a video : https://github.com/polyflix/frontend/search?q=watchmetadata

The video is 'viewed' if the video has been watched at ~75% I think, you can verify in the microservice concerned, but you don't need to make any changes there to implement this feature.

Feel free to ask more questions !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants