From aae0a0d6e69b2169179c750b9136c5f9a282e7d2 Mon Sep 17 00:00:00 2001 From: DavisLWebb Date: Mon, 7 Apr 2014 18:14:02 -0400 Subject: Added Riot API information to the Sprint2-Retro --- doc/Sprint2-Retrospective.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/Sprint2-Retrospective.md b/doc/Sprint2-Retrospective.md index 57d35b5..79177e8 100644 --- a/doc/Sprint2-Retrospective.md +++ b/doc/Sprint2-Retrospective.md @@ -118,6 +118,14 @@ user's League of Legends summoner's name or summoner id. Our current developer key is limited to utilizing 10 pulls per 10 seconds. ## Parse Riot data and attach to scoring subsystem {#parse-riot} + +We successfully parse the data we recieve from the Riot servers. The information +is stored in a JSON hash which we separate based on the information we want (like +kills, deaths, etc). One issue with our current pull method is that it can exceed +the pull limit that is on our current development key. To fix this, we are planning +on implementing a remote user id to link users Leaguer information to their Riot +information. + ## Teach Andrew and Tomer AJAX {#teach-ajax} ## Make pages auto-update with AJAX {#ajax} ## Setting up a Tournament View for matches and tree {#match-gui} -- cgit v1.2.3