summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-02-10 19:51:42 -0500
committerAndrewMurrell <amurrel@purdue.edu>2014-02-10 19:51:42 -0500
commit001ab55b4dad44dae229791a2361b93f15ef8ea9 (patch)
tree0c9d06aadb40e220776465cbee24985bacb2e8e9
parentc2d9786bd9caeadbb1abbd30bcb78c0e48afd030 (diff)
parent2087f56506887adff6ed20dc3daccd3515f10d40 (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
-rw-r--r--docs/DesignDocument.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md
index 54c6913..98ba57c 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -124,13 +124,13 @@ Server
: Server model providing access to system settings such as Language, Time_Zone, Server_name, Owner_name, and Version.
Tournement
- : 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.
+ : 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, a unique id for the tournement, and the registered players that are participating in the tournement.
Match
- : A match will be a single set of data that contains all of the statistics of one game.
+ : A match will be a single set of data that contains all of the statistics of one game. This includes: players, scores, game time, the tournement that match took place in, and the date.
Team
- : 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.
+ : This model will consist of a list of players for a tournement/game. The team creation process is chosen by the host of the tournement and will either be pre-determined teams, or randomly assigned teams.
User
: This model represents all types of users; hosts, players, and