diff options
author | nfoy <nfoy@purdue.edu> | 2014-04-07 18:13:23 -0400 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-04-07 18:13:23 -0400 |
commit | f22d7b35d2635b3ea52eef5b2463afbcc2cd880c (patch) | |
tree | 6f83a974f51cf02d221f9c4cf3b89cdf46b2054d /doc/sprint2Retro.md | |
parent | 35f5cc1730bfb39ddfabdd416135e992b2a93f73 (diff) | |
parent | f45c7d68f6d19d016af758acb61ae2d821afcb4a (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'doc/sprint2Retro.md')
-rw-r--r-- | doc/sprint2Retro.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/sprint2Retro.md b/doc/sprint2Retro.md new file mode 100644 index 0000000..1a40bac --- /dev/null +++ b/doc/sprint2Retro.md @@ -0,0 +1,12 @@ +Riot API
+
+The Riot API allowed us to pull information from the Riot servers for League of Legends
+Tournaments. For sprint 2, we were able to pull the information, but not very efficiently.
+We ran into an issue where we were making too many pull requests for our Riot developer key
+which would gave us some issues.
+
+Anti-Spam
+
+For now, the only anti-spam protection that we have is a captcha at the user creation page.
+Our hopes is to implement an email verification system in order to help further protect
+Project Leaguer from spam.
|