summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-05-01 17:02:26 -0400
committerDavisLWebb <davislwebb@ymail.com>2014-05-01 17:02:26 -0400
commit0612648cc0b6a075d84f1212f33f7e52cff218c7 (patch)
tree24a8e55d009e08a56102db78e173f6dcd5067e8b
parentffb8baa973debcbe2c53c3f2c51a9823c563dbc9 (diff)
parent96ceacd40ecb7a8de62bb4c0af0249d1d075cf30 (diff)
Merge branch 'master' of https://github.com/LukeShu/Leaguer
-rw-r--r--doc/Sprint3-Retrospective.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/Sprint3-Retrospective.md b/doc/Sprint3-Retrospective.md
index 74c2ef0..29af9ff 100644
--- a/doc/Sprint3-Retrospective.md
+++ b/doc/Sprint3-Retrospective.md
@@ -1,5 +1,5 @@
---
-title: "Team 6 - Project Leaguer: Sprint 2 Retrospective"
+title: "Team 6 - Project Leaguer: Sprint 3 Retrospective"
author: [ Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumaker, Davis Webb ]
---
@@ -11,7 +11,7 @@ to take less than an hour. A '3' is expected to take 3-6 hours. A
several days.
+---------------------------------------------------------+------+------------+----+
-| Tasks Implemented and Working | Size | Person\* | US |
+| Tasks Implemented and Working | Size | Person | US |
+=========================================================+======+============+====+
| [Intelligent Error Handling](#error-hand) | 3 | Andrew | 3 |
+---------------------------------------------------------+------+------------+----+
@@ -48,7 +48,7 @@ several days.
+---------------------------------------------------------+------+------------+----+
-| Tasks Implemented and Not Working Well | Size | Person\* | US |
+| Tasks Implemented and Not Working Well | Size | Person | US |
+=========================================================+======+============+====+
| [Expand Peer Evaluation](#peer-expansion) | 3 | G, A, D | 7 |
+---------------------------------------------------------+------+------------+----+
@@ -95,7 +95,7 @@ Early bird and random seeding are completed, but fair ranked has yet
to be done.
+---------------------------------------------------------+------+------------+----+
-| Tasks Not Implemented | Size | Person\* | US |
+| Tasks Not Implemented | Size | Person | US |
+=========================================================+======+============+====+
TODO
@@ -141,7 +141,13 @@ TODO
## Asynchronous Riot Pulls (#async)
-TODO
+Project Leaguer handles asynchronous API pulling with the Delayed Job gem. A
+separate daemons server runs concurrently in order to use this functionality.
+The algorithm for Riot API pulling makes sure that the server does not go over the
+limited number of pulls set by Riot (no more than 10 per 10 seconds and 500 in ten
+minutes). It auto-grabs data for a League of Legends match by comparing games from
+a user in the match every four minutes. When their last match data changes, we know
+to then grab the rest of the data for the match.
## Map out brackets scaffolding (#brack-scaff)