This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
Add a section on Home page for "Latest videos and announcements" #8
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
This feature isn't quite related to a problem, it's more of an idea. The feature would be to add a section on the home page for Latest videos and announcements. This way a new user can watch a video without having to go to YouTube and search for Eddie's channel and latest videos. So it serves as a CTA (Call To Action) to incentivize users to consume Eddie's content.
Another CTA would be a button to join the Discord community perhaps.
Describe the solution you'd like
A new section like "Community Statistics" that contains a carrousel with the latest videos from Eddie. This information is available on the
#videos
andannouncements
channel on the discord server, but maybe we could read it from the DB in Firebase. The collection on the DB could have documents that have at least aurl
field, with the Youtube video.On the front-end app, we would use a component to embed the video on the page.
Describe alternatives you've considered
Instead of using the Firebase as the sole data source, I've looked into Discord's REST API as an alternative. The reason for this is more about the fact that we could have access to more information, and data that the DB might not have stored yet.
The text was updated successfully, but these errors were encountered: