Skip to content

Codaisseur/forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codaisseur Forum

The project consists on a forum application that will be used by current students and alumni from Codaisseur. It will provide the community a better tool for getting questions answered, and making it easier to connect with other people going through the same journey.

Models


Model / Question

  • Title
  • Body
  • [Bonus] images_url

Model / Answer

  • Body

Model / Topic

  • Title

Model Associations


Users

  • has_many :questions
  • has_many :answers

Questions

  • belongs_to :user
  • has_many :answers
  • has_one :topic

Answers

  • belongs_to :user
  • belongs_to :question

Topics

  • has_many :questions

Votes

  • [TODO]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6