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

Design Architecture for Hack-a-thon Backend #39

Open
MarkOates opened this issue Mar 10, 2017 · 1 comment
Open

Design Architecture for Hack-a-thon Backend #39

MarkOates opened this issue Mar 10, 2017 · 1 comment
Labels

Comments

@MarkOates
Copy link
Member

MarkOates commented Mar 10, 2017

Some hackathon websites for reference:

http://www.speedhack.allegro.cc/
http://tins.amarillion.org/2016/rules/

Models (sketch)

Hackathon

  • title string
  • description markdown
  • start_date datetime
  • end_date datetime
  • has_many users
  • has_many hackathon_rules

HackathonRule

  • title string
  • description markdown
  • belongs_to hackathon_rule_category

HackathonRuleCategory

  • title string
  • title description
  • has_many hackathon_rules

HackathonCommentThread

  • belongs_to user
  • belongs_to hackathon

HackathonThreadComment

  • belongs_to user
  • body markdown
  • belongs_to hackathon_comment_thread
@MarkOates MarkOates added the v2 label Mar 12, 2017
@MarkOates
Copy link
Member Author

thread comment needs a position

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant