Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

stefanlindbohm/smartdj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart DJ Facebook hack stockholm 120308

  • POST /parties

========== finished / done ================

Party

  • name
  • users (has many)
  • party_tracks (has many)
  • party_artists (has many)

User

  • name
  • fb_uid

PartyTrack

  • name
  • played_at (datetime)
  • party_artists (references :party_artist)
  • parties (references :party)

PartyArtist

  • name
  • counter (integer)
  • party_id (t.references :party)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published