Skip to content

Latest commit

 

History

History
61 lines (54 loc) · 1.29 KB

README.md

File metadata and controls

61 lines (54 loc) · 1.29 KB

Table Tennis Tournament

Code Climate

A web app to manage the an epic table tournament held at Makers Academy during the course. [Website:] (https://makersttt.herokuapp.com/)

Features

  • Player profile pages
  • Player #
  • Game tracking
  • Score tracking
  • Group stage tables
  • Semi/Quarter/Final match tracking

Programs and Technologies

  • Ruby
  • Rspec
  • Capybara
  • Sinatra
  • HTML5/CSS3
  • Postgresql

CRC Model

Player

Responsiblities Collaborators
Have a name Game
Have points Points
Knows how many games it's played Groups
Knows how many games it's won
Is in a group

Groups

Responsiblities Collaborators
Holds the players Player
Records player placement in group Games
Displays player information Tournament
Display player fixtures

Games

Responsiblities Collaborators
Holds score Group
Processes win/points Player
Tournament

Tournament

Responsiblities Collaborators
Holds games Player
Holds groups Groups
Players