summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-02-10 19:36:38 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-02-10 19:36:38 -0500
commit70e6891da0cfb9136b49574d5e993ed3225033d1 (patch)
tree8e9ba268a345663cf08b5255d0694263290cb94f
parent954a4474027bd81d8cfd5695484c0c82cb33a46b (diff)
I have added some information in the Design Details: Models section.
-rw-r--r--docs/DesignDocument.md8
1 files 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