Skip to content

Instantly share code, notes, and snippets.

@jarthorn
Last active March 4, 2016 16:00
Show Gist options
  • Save jarthorn/bc9691ae93d11b5f0df1 to your computer and use it in GitHub Desktop.
Save jarthorn/bc9691ae93d11b5f0df1 to your computer and use it in GitHub Desktop.
Edify data model
title :title string
date :date string 'YYYY-MM-DD'
allday? :all_day boolean
startTime :start_time HH:MM Eastern Standard Time, 24 hour clock
endTime :end_time HH:MM Eastern Standard Time, 24 hour clock
Office :location string
liveStream :live_Stream boolean
attendees :size int
details :summary string
type :kind string(workshop,talk,course)
skills :event_skills comma-delimited string
tags :tags comma-delimited string
@jarthorn
Copy link
Author

jarthorn commented Mar 4, 2016

What we have so far:

title :title
*date
*allday?
*timeFrom
*timeTo
Office :location
*liveStream
attendees :size
details :summary
*type (workshop, talk, course)
skills :event_skills
*tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment