Skip to content

satoshi0314/protospace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure of DataBase

User

association

has_many :prototypes, likes, comments

table

  • name
  • email
  • password
  • avatar
  • profile
  • position
  • occupation

Prototype

association

has_many :captured_images, comments, likes
belongs_to :user

table

  • title
  • catch_copy
  • concept
  • user_id

CapturedImage

association

belongs_to :prototype

table

  • content
  • status
  • prototype_id

Like

association

belongs_to :user, :prototype

table

  • user_id
  • prototype_id

Comment

association

belongs_to :user, :prototype

table

  • content
  • user_id
  • prototype_id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 58.5%
  • HTML 25.9%
  • CSS 14.7%
  • JavaScript 0.9%