diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-07 18:12:37 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-07 18:12:37 -0400 |
commit | f45c7d68f6d19d016af758acb61ae2d821afcb4a (patch) | |
tree | 8676ae8b8f7b10523a830d88c51ef8b0bf8ca333 /doc | |
parent | 37bfea98fde33eeded904996a75c5b41f00db523 (diff) |
That was weird, actually added the files now.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sprint2Retro.md | 12 | ||||
-rw-r--r-- | doc/sprint3.md | 23 |
2 files changed, 35 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.
diff --git a/doc/sprint3.md b/doc/sprint3.md new file mode 100644 index 0000000..c94938d --- /dev/null +++ b/doc/sprint3.md @@ -0,0 +1,23 @@ +Sprint 3:
+
+Intelligent Error Handling (404 redirection)
+Search
+Remote Game UserNames
+Email Verification
+Alternate Scoring and pairing methods (Round Robin, pre-built teams)
+Preferences
+More types of seeded settings
+Asynchronous Riot Pulls
+Brackets
+General Interface Cleanups
+ - Make it look professional
+Expand Peer Valuation
+
+User Stories
+
+As a user, I would like Riot information to be pulled automatically
+as an admin, I would like Leaguer to look more polished
+as a user, I would like a better leaguer interface
+as an admin, I would like to have email verification in order to prevent spam
+as a host, I would like to have more tournament settins
+as a user, I would like better peer evaluations for the pussies that cant rank their teammates
|