Skip to content

Instantly share code, notes, and snippets.

@tailorvj
Created February 20, 2019 17:34
Show Gist options
  • Save tailorvj/14ec4c4601f63025ee5787023ee25cd7 to your computer and use it in GitHub Desktop.
Save tailorvj/14ec4c4601f63025ee5787023ee25cd7 to your computer and use it in GitHub Desktop.
Initial playlist data model for fullpagedashboard-client
{
"schedules": [
{
"schedule_id": "833ADC6F-B47D-4398-9EE7-43525BEB15D8",
"schedule_settings" : [
{
"defaultUrl": "http://404.jodi.org/",
"defaultDuration": 1200000 ,
"name": "hourly rotating schedule"
}
],
"schedule_items": [
{
"content": "https://slides.com/seldo/npm-future-of-javascript/fullscreen",
"duration": 1200000
},
{
"content": "https://slides.com/kentcdodds/simply-react/fullscreen",
"duration": 1200000
},
{
"content": "https://slides.com/news/interactivity/fullscreen",
"duration": 1200000
}
]
},
{
"schedule_id": "08D07AA6-A6FF-4A09-856C-3C90E302A5A0",
"schedule_settings" : [
{
"defaultUrl": "https://slides.com/news/interactivity/fullscreen",
"defaultDuration": 60000 ,
"name": "2 minutes rotating schedule"
}
],
"schedule_items": [
{
"content": "https://slides.com/ryanchenkie/custom-schema-directives/fullscreen",
"duration": 40000
},
{
"content": "https://slides.com/sidneymbell/dissertation/fullscreen",
"duration": 40000
},
{
"content": "https://slides.com/seldo/npm-future-of-javascript/fullscreen",
"duration": 40000
}
]
},
{
"schedule_id": "80873189-5632-4970-8243-639F56452E8E",
"schedule_settings" : [
{
"defaultUrl": "https://www.guidgenerator.com/online-guid-generator.aspx",
"defaultDuration": 0 ,
"name": "One page only schedule"
}
],
"schedule_items": [
{
"content": "https://www.guidgenerator.com/online-guid-generator.aspx",
"duration": 0
}
]
}
],
"schedules_settings": {
"selectedScheduleID": "80873189-5632-4970-8243-639F56452E8E",
"defaultUrl": "http://404.jodi.org/",
"defaultDuration": 1200000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment