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] Showcase RBB Episodes on Site #380

Open
4 tasks
elchris opened this issue Nov 14, 2020 · 1 comment
Open
4 tasks

[Feature] Showcase RBB Episodes on Site #380

elchris opened this issue Nov 14, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@elchris
Copy link

elchris commented Nov 14, 2020

User Story

As a user
I want to see all RBB Episodes from YouTube in one location on the RBB website
So I can click and view them

Acceptance Criteria

  • Add a link called "Watch RBB TV" to the top navigation bar, as the last item after "Allies"
  • A dedicated page showcasing every episode listed here: https://www.youtube.com/channel/UCk01dYcLW-j3W_cND0lc0vQ
    • On the dedicated page, all videos are "embedded from youtube"
  • A call to action button next to "See Businesses" called "Watch RBB TV" linking to the page
@elchris elchris added the enhancement New feature or request label Nov 14, 2020
@brianjhanson
Copy link
Contributor

I can give this one a try. I also think it might be a duplicate of #355.

How are we planning to get the videos from YouTube?

It looks like we could use the search:list API endpoint, but that does require authorization, either via OAuth or an API key. OAuth is probably better long term, but takes a bit more effort to implement. If we decide to use an API key, we'll need to generate and restrict it properly.

I think ideally the list of videos would come from the API (which would also enable things like "featured" videos or videos that aren't from YouTube) but I'm not sure if that fits on the road map or how we'd want to handle that.

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
Development

No branches or pull requests

6 participants