Skip to content

Create a schedule page #56

@pfwd

Description

@pfwd

For the MVP show the next set of episodes that are scheduled on YouTube.

Resources:
YouTube API live broadcasts

  • Install the YouTube PHP SDK
  • Create a Schedule table in the database
    • show_id
    • show title
    • show date and time
  • Create a Symfony console script
    • Authenticate with the YouTube API
    • Search upcoming live broadcasts
    • Create / update show records from YouTube API response
  • Create the schedule page
    • List upcoming broadcasts on page
    • Display the following per item:
      • Title
      • Start time and date
      • If the API returns no broadcasts then display hardcoded text that explains the normal show times
    • Update readme/env with the YouTube creds

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions