summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwebb39 <webb39@purdue.edu>2014-03-10 20:41:27 -0400
committerwebb39 <webb39@purdue.edu>2014-03-10 20:41:27 -0400
commit10f01633176ca214e7aec6be61ed3344035ec77e (patch)
tree644737fd28a552380290e3912a1947e7d76e9d88 /doc
parent99dff7e01a65986338824804651367e97a0d1923 (diff)
parent20f7b749f4d3a931be5ff868ced84cd16d974340 (diff)
Merge branch 'master' of https://github.com/LukeShu/Leaguer
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 9daebbd..a407577 100644
--- a/doc/Sprint1-Retrospective.md
+++ b/doc/Sprint1-Retrospective.md
@@ -129,11 +129,19 @@ by clicking the 'delete' button on the no longer desired match on the page.
## 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.