The site's "Learn" page is currently a simple list of the videos the ACE YouTube channel has uploaded. We'd like to make this list more approachable to users by allowing them to filter by tag and search by keyword. For example, we might have a tag for all of our GBM videos, and another for all Leetcode Day videos. If users wanted to find these videos, they could either filter by these tags or type them into a search bar.
To reduce the amount of work required to manage video tags, we'd like the process of adding tags to be somewhat automated. This means that when videos are retrieved from the ACE YouTube channel, their titles will need to be scanned for keywords so the videos can be appropriately tagged.
Backend Tasks:
Frontend Tasks:
The site's "Learn" page is currently a simple list of the videos the ACE YouTube channel has uploaded. We'd like to make this list more approachable to users by allowing them to filter by tag and search by keyword. For example, we might have a tag for all of our GBM videos, and another for all Leetcode Day videos. If users wanted to find these videos, they could either filter by these tags or type them into a search bar.
To reduce the amount of work required to manage video tags, we'd like the process of adding tags to be somewhat automated. This means that when videos are retrieved from the ACE YouTube channel, their titles will need to be scanned for keywords so the videos can be appropriately tagged.
Backend Tasks:
Frontend Tasks:
- Add function for processing titles/descriptions in search of taggable terms