summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-03-10 20:33:52 -0400
committernfoy <nfoy@purdue.edu>2014-03-10 20:33:52 -0400
commit31c00df89b52f152be290ccc601077912d77e5b3 (patch)
tree9d9213dbcfaeab8a0f1fae1a5b092e7dad001161 /doc
parent0dea4906ce7e9f2eed6fdf19a4890b5c4458f3bd (diff)
Sprint1-Retro: Tournament view task.
Diffstat (limited to 'doc')
-rw-r--r--doc/Sprint1-Retrospective.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/Sprint1-Retrospective.md b/doc/Sprint1-Retrospective.md
index 3da3669..f299d58 100644
--- a/doc/Sprint1-Retrospective.md
+++ b/doc/Sprint1-Retrospective.md
@@ -108,11 +108,19 @@ f
## Tournament view {#tourney-view}
+The tournament view lists the tournaments on one page as a table of rows. Each
+row lists sample tournament information (game name, players per team, etc)
+along with buttons for different tasks, such as joining or viewing a tourny.
+You can also create a new tournament here. The functionality we want is
+here.
+
## Homepage {#homepage}
+
# Implemented but not working well
## Match score models {#match-score}
+
This only functioned properly for noting which team would win a match. We want
more information to be included, such as individual player scores. We also
only had it working where the tournament host would decide who won.