cms
cms copied to clipboard
Show course number for multiple courses in search results for a video
PR Fixes:
There are a couple of fixes need here I believe (might be wrong - new here 😄):
- A user has brought multiple courses and we need to render the course name or number to show that the video exists in two courses (Please suggest alternative solutions if you have in mind, this was the easiest I could think of to get started with)
- A user has brought only one course but the video name is the same across courses.
The current PR state:
- [X] Solves for 1 where the course number will be displayed as the same video name can exist across multiple courses.
- [ ] To solve for 2, search results should only contain videos the user has access to.
Resolves #499
Checklist before requesting a review
- [X] I have performed a self-review of my code
- [X] I assure you there is no similar/duplicate pull request regarding the same issue