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

Video Description #364

Open
JonathanMH opened this issue Dec 3, 2019 · 2 comments
Open

Video Description #364

JonathanMH opened this issue Dec 3, 2019 · 2 comments

Comments

@JonathanMH
Copy link
Contributor

We should have a video description to make videos more easily discoverable through the website.

Current format:

  [
    "Zu8P6xejHuU",
    "Shape your workflows with custom eslint plugins",
    "Peter Müller"
  ],

Potential format:

    youtube_id: "Zu8P6xejHuU",
    title: "Shape your workflows with custom eslint plugins",
    speakers: ["Peter Müller"],
    description: `In this talk Peter shows you how to make use of tons of cool plugins.
Also ESLint helped them with xyz
`
@kevinsimper
Copy link
Member

That looks good, only the youtubeId should follow the graphql API where this data is exposed 😄

@JonathanMH
Copy link
Contributor Author

For now, only add the description as the fourth index

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants