diff options
author | nfoy <nfoy@purdue.edu> | 2014-03-10 20:16:39 -0400 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-03-10 20:16:39 -0400 |
commit | 0dea4906ce7e9f2eed6fdf19a4890b5c4458f3bd (patch) | |
tree | 22ff59b1069771923a2ddc64d6a9281c89412c49 /doc | |
parent | 2fcdb10f1e6355234048d344807116f9b4688d61 (diff) |
Found typo in Sprint 2.
Sprint 1 - Retro: Explained tasks under both
implemented but not working well and not implemented.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Sprint1-Retrospective.md | 13 | ||||
-rw-r--r-- | doc/Sprint2.md | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/doc/Sprint1-Retrospective.md b/doc/Sprint1-Retrospective.md index 1990d40..3da3669 100644 --- a/doc/Sprint1-Retrospective.md +++ b/doc/Sprint1-Retrospective.md @@ -113,15 +113,28 @@ f # 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. ## Server management {#srv-man} + + # Not implemented ## Scoring Algorithms {#score-algo} +Scoring algorithms was not implemented because we did not have time for +implementing player statistics in the first sprint. There were some +preliminary approaches, but the task lost priority and was abandoned. + ## Data entry {#data-entry} +It was decided to not be a priority for sprint one due to time constraints. +Also, we want to implement data entry for League of Legends through +Riot Games (TM)'s API for grabbing match data. + # End 1. Each task must be mentioned under the right category (implemented diff --git a/doc/Sprint2.md b/doc/Sprint2.md index e018e32..c695e9b 100644 --- a/doc/Sprint2.md +++ b/doc/Sprint2.md @@ -23,7 +23,7 @@ LoL API Integration 5) As a host/player, I would like my pages to actively update without refreshing my current page. - - For this task, we will implent an Active Status Update system with AJAX. + - For task 2, we will implement an Active Status Update system with AJAX. 6) As a host/player, I would like to see an interactive tournament lobby page that displays tournament information and its matches. |