diff options
author | webb39 <webb39@purdue.edu> | 2014-03-10 20:36:31 -0400 |
---|---|---|
committer | webb39 <webb39@purdue.edu> | 2014-03-10 20:36:31 -0400 |
commit | 1f00553cbc5d281efe3ac1b434d16537a17bc969 (patch) | |
tree | f515931ecb78dcb72f0d19f2672ac3ed435de78a /doc | |
parent | 8333b6a784a46cc584fe227e1ede6305d5652ba9 (diff) |
added match controller information
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Sprint1-Retrospective.md | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/Sprint1-Retrospective.md b/doc/Sprint1-Retrospective.md index 3da3669..ae1b07a 100644 --- a/doc/Sprint1-Retrospective.md +++ b/doc/Sprint1-Retrospective.md @@ -97,13 +97,24 @@ f f ## Login (UI) {#login-ui} - + ## Tournament settings {#tourney-settings} - + ## Tournament registration {#tourney-registration} ## Match controller {#match-controller} +The Match Controller creates the separate matches for a specific tournament. +When a tournament is started, it begins with an initial match that contains +no players. Currently, a player must join a match by entering the specific +tournament (by clicking the 'show' button on the tournament), +then they must enter the match (again by clicking the 'show' button but this +time on the match they desire to participate in) and then finally clicking +the 'join' button. This updates the match with the user as a participant in +the matc and then finally clicking the 'join' button. This updates the match +with the user as a participant in the match. A match can also be destroyed +by clicking the 'delete' button on the no longer desired match on the page. + ## Permissions system {#permissions} ## Tournament view {#tourney-view} |