summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-02-10 20:13:29 -0500
committerAndrewMurrell <amurrel@purdue.edu>2014-02-10 20:13:29 -0500
commite93332a7352f7f21c84ecdde874041535fe91e3b (patch)
treec370e78a78658fd078a8dc1e9b2db838a47abcb3
parentbe4d313af082b0b8d6131dc5d376b2f2e94e490c (diff)
parent8077013775a6a67990b2e9b0ab4896557c7a83c9 (diff)
Merged Guntas and mY's changes.
-rw-r--r--docs/DesignDocument.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md
index d35504e..8094d9f 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -128,15 +128,14 @@ 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. This includes: players, scores, game time, the tournement that match took place in, and the date.
+ : A match will be a single set of data that contains all of the statistics of one game. This includes: players personal scores, team members, scores for each team, 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 is chosen by the host of the tournement and will either be pre-determined teams, or randomly assigned teams.
+ : This model will consist of a list of players for a tournement. The team creation process is chosen by the host of the tournement and team setup will either be pre-determined teams or randomly assigned teams.
User
: This model represents all types of users; hosts, players, and
spectators. These roles are identified by a “role” attribute.
- TODO
### VIEWS