copenhagenjs.dk icon indicating copy to clipboard operation
copenhagenjs.dk copied to clipboard

Video Description

Open JonathanMH opened this issue 5 years ago • 2 comments

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
`

JonathanMH avatar Dec 03 '19 02:12 JonathanMH

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

kevinsimper avatar Dec 03 '19 10:12 kevinsimper

For now, only add the description as the fourth index

JonathanMH avatar Dec 05 '19 19:12 JonathanMH