summaryrefslogtreecommitdiff
path: root/doc/Sprint2-Retrospective.md
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-04-07 18:38:34 -0400
committerDavisLWebb <davislwebb@ymail.com>2014-04-07 18:38:34 -0400
commit22cb9ec5ee12ffb3bfe76f08010086a27fccb9eb (patch)
tree53f257fd01dda46cadf40484b333cb63a240d79f /doc/Sprint2-Retrospective.md
parent3f21e837d30d67dba9e9de13db6a1b742077eca7 (diff)
yo, added some stuff in the retrospective for sprint2
Diffstat (limited to 'doc/Sprint2-Retrospective.md')
-rw-r--r--doc/Sprint2-Retrospective.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/Sprint2-Retrospective.md b/doc/Sprint2-Retrospective.md
index 518a34e..c88eb03 100644
--- a/doc/Sprint2-Retrospective.md
+++ b/doc/Sprint2-Retrospective.md
@@ -127,9 +127,20 @@ on implementing a remote user id to link users Leaguer information to their Riot
information.
## Teach Andrew and Tomer AJAX {#teach-ajax}
+
+Luke instructed Tomer on his AJAX tasks, but most of Andrew's were deferred to
+sprint 3 and he focused his efforts elsewhere.
+
## Make pages auto-update with AJAX {#ajax}
+
+AJAX was used in tournament and match views to update the tournament progress bar
+and manage input options for tournament flow but still needs to be implemented
+across the website in other areas.
+
## Setting up a Tournament View for matches and tree {#match-gui}
+
+
## Increase Usability {#usability}
Project Leaguer has many new features that have increased usability. AJAX
@@ -139,6 +150,10 @@ web interface available for our users to utilize.
## Develop comprehensive data storage for s&p&other{#data-storage}
+Settings and Preferences (those options specific to tournaments of a game type
+or a specific tournament, respectively) are handled through a single
+TournamentPreference SQL (ActiveRecord) interface.
+
## Create Player Profile Pages {#profile}
Player Profile Pages successfully list important and useful user information.