From 70e6891da0cfb9136b49574d5e993ed3225033d1 Mon Sep 17 00:00:00 2001 From: DavisLWebb Date: Mon, 10 Feb 2014 19:36:38 -0500 Subject: I have added some information in the Design Details: Models section. --- docs/DesignDocument.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md index e9df70f..f3af658 100644 --- a/docs/DesignDocument.md +++ b/docs/DesignDocument.md @@ -121,16 +121,16 @@ ActiveRecord::Base (abstract) : The abstract model that all other models inherit from. Server - : TODO + : Tournement - : TODO + : This model represents the structure of a tournement. It will have several data sections to it including: The match settings, the matches contained inside of the tournement, and the registered players that are participating in the tournement. Match - : TODO + : A match will be a single set of data that contains all of the statistics of one game. Team - : TODO + : This model will consist of a list of players for a tournement/game. The team creation process will either be pre-determined teams, or randomly assigned teams. User : This model represents all types of users; hosts, players, and -- cgit v1.2.3