diff options
author | nfoy <nfoy@purdue.edu> | 2014-04-07 18:37:27 -0400 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-04-07 18:37:27 -0400 |
commit | 8d56eabd0abec389c3c88053f63b51b31d6755ce (patch) | |
tree | e103ec0abe7da661a86dd9fdaf18f2b082d4ffb1 /doc/sprint3.md | |
parent | 3f21e837d30d67dba9e9de13db6a1b742077eca7 (diff) |
Sprint 3 document progress.
Diffstat (limited to 'doc/sprint3.md')
-rw-r--r-- | doc/sprint3.md | 88 |
1 files changed, 65 insertions, 23 deletions
diff --git a/doc/sprint3.md b/doc/sprint3.md index c94938d..6a175a4 100644 --- a/doc/sprint3.md +++ b/doc/sprint3.md @@ -1,23 +1,65 @@ -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
+--- +title: "Team 6 - Project Leaguer: Sprint 3" +author: [ Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumaker, Davis Webb ] +--- + +# User Stories + +1) As a user, I would like my League of Legends user and match information to be + obtained automatically; with no input from myself. + +2) As an user, I would like Project Leaguer to look more polished and complete. + +3) As an admin, I would like to have email verification in order to prevent spam. + +4) As a host, I would like to have more base tournament settings (e.g. Round + Robin team pairings). + +5) As a user, I would like better peer evaluations for the pussies that can't rank + their teammates. + +6) As an admin, I would like to send alerts to users. + +7) As a user, I would like to be able to send private messages. + + +#Tasks + +The "size" is using the modified Fibonacci scale. A '1' is expected +to take less than an hour. A '3' is expected to take 3-6 hours. A +'5' should take the better part of a day or two. An 8 should take +several days. + ++---------------------------------------------------------+------+------------+----+ +| Task Description | Size | Person | US | ++=========================================================+======+============+====+ +| Intelligent Error Handling (404 redirection) | 3 | Andrew | | ++---------------------------------------------------------+------+------------+----+ +| Search | | | | ++---------------------------------------------------------+------+------------+----+ +| Remote Game UserNames | | | | ++---------------------------------------------------------+------+------------+----+ +| Email verification | | | | ++---------------------------------------------------------+------+------------+----+ +| Alternate Scoring and pairing methods | | Davis | | ++---------------------------------------------------------+------+------------+----+ +| Preferences | | | | ++---------------------------------------------------------+------+------------+----+ +| More types of seeded settings | | | | ++---------------------------------------------------------+------+------------+----+ +| Asynchronous Riot Pulls | | Nathaniel | | ++---------------------------------------------------------+------+------------+----+ +| Brackets | | Tomer | | ++---------------------------------------------------------+------+------------+----+ +| General Interface Cleanups | | | | ++---------------------------------------------------------+------+------------+----+ +| Make it look professional | | | | ++---------------------------------------------------------+------+------------+----+ +| Expand Peer Evaluation | | G, A, D | | ++---------------------------------------------------------+------+------------+----+ +| Remote User IDs | | Davis | | ++---------------------------------------------------------+------+------------+----+ +| Private Messages | | | | ++---------------------------------------------------------+------+------------+----+ +| Alerts | | | | ++---------------------------------------------------------+------+------------+----+
\ No newline at end of file |