robin-drexler/cosch

View on GitHub
lib/template/schedule.yml

Summary

Maintainability
Test Coverage
title: My awesome conference
days:
  - name: Saturday
    slots:
      - start: '12:00'
        end: '13:00'

        talks:
          - speaker: Robin Drexler
            title: How Geloet will save us all
            location: H1

          - speaker: Katrin Werner
            title: Geloet is jsut not worth it
            location: H2

      - start: '12:00'
        end: '13:00'

        talks:
          - speaker: Peter
            title: Wurst is good
            location: H1

  - name: Sunday
    slots:
      - start: '15:00'
        end: '16:00'

        talks:
          - speaker: Robin Drexler
            title: How Geloet will save us all pt 2
            location: H1