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

Move flat file models to database #73

Open
andrewwoods opened this issue May 3, 2017 · 0 comments
Open

Move flat file models to database #73

andrewwoods opened this issue May 3, 2017 · 0 comments

Comments

@andrewwoods
Copy link
Contributor

Need tables for Speakers, Talks, Schedule,

Speakers

  • id
  • firstname
  • lastname
  • job_title (evangelist, developer, etc)
  • company
  • website_url
  • joindin_url
  • twitter_name
  • email_address
  • location

Talks

  • id
  • title
  • description
  • topics
  • slides_url
  • joindin_url
  • type (presentation, workshop, etc)

Schedule

  • id
  • date
  • start_time
  • end_time
  • talk_id
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

1 participant