From dfb465bbd9e439bd1e88abf44e2cf1313c2302be Mon Sep 17 00:00:00 2001 From: nfoy Date: Mon, 7 Apr 2014 21:32:31 -0400 Subject: Capitalized Sprint3 and fixed a couple spacing issues. --- doc/Sprint3.md | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/sprint3.md | 80 ---------------------------------------------------------- 2 files changed, 80 insertions(+), 80 deletions(-) create mode 100644 doc/Sprint3.md delete mode 100644 doc/sprint3.md (limited to 'doc') diff --git a/doc/Sprint3.md b/doc/Sprint3.md new file mode 100644 index 0000000..31f505e --- /dev/null +++ b/doc/Sprint3.md @@ -0,0 +1,80 @@ +--- +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 the web interface to look more professional and complete. + +2) As an admin, I would like to have an email verification system for a more secure + and spam free enviroment. + +3) As a user, I would like intelligent error handling (e.g. 404 and 403 redirection). + +4) As an admin, I would like to send alerts to users. + +5) As a user, I would like to be able to send private messages. + +6) As a user, I would like a working search utility. + +7) As a host or player, I would like customizable settings for peer evaluation and + scoring. + +8) As a host, I would like to have multiple tournament structures and types for + pairing and running tournaments. (e.g. Round Robin team pairings). + +9) As a host, I would like to have an interface for adding tournament-specific + preferences (e.g. Capture the Teemo). + +10) As a user, I would like to view and create brackets. + +11) As a user, I would like the Riot API to be asynchronously polled in the + background so League of Legends tournaments proceed automatically. + +12) As a player, I would like a way to enter my usernames for several different + remote games. + + +#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 | 3 | ++---------------------------------------------------------+------+------------+----+ +| Search | 5 | Tomer | 6 | ++---------------------------------------------------------+------+------------+----+ +| Remote Game UserNames | 3 | Davis | 12 | ++---------------------------------------------------------+------+------------+----+ +| Email verification | 8 | Luke | 2 | ++---------------------------------------------------------+------+------------+----+ +| Alternate Scoring and pairing methods | 5 | G, A, D | 7,8| ++---------------------------------------------------------+------+------------+----+ +| Tournament preference interace | 3 | Andrew | 9 | ++---------------------------------------------------------+------+------------+----+ +| More types of seeded settings | 2 | Andrew | 9 | ++---------------------------------------------------------+------+------------+----+ +| Asynchronous Riot Pulls | 5 | Nathaniel | 11 | ++---------------------------------------------------------+------+------------+----+ +| Map out brackets scaffolding | 5 | Tomer | 10 | ++---------------------------------------------------------+------+------------+----+ +| Create braket creation and submission gui | 3 | Tomer | 10 | ++---------------------------------------------------------+------+------------+----+ +| General Interface Cleanups | 2 | Tomer | 1 | ++---------------------------------------------------------+------+------------+----+ +| Make it look professional | 3 | All | 1 | ++---------------------------------------------------------+------+------------+----+ +| Expand Peer Evaluation | 3 | G, A, D | 7 | ++---------------------------------------------------------+------+------------+----+ +| Private Messages | 5 | N, L | 5 | ++---------------------------------------------------------+------+------------+----+ +| Alerts | 3 | Guntas | 4 | ++---------------------------------------------------------+------+------------+----+ +| Project Leaguer Logo | spike| G, D | 1 | ++---------------------------------------------------------+------+------------+----+ diff --git a/doc/sprint3.md b/doc/sprint3.md deleted file mode 100644 index 6a4d6c7..0000000 --- a/doc/sprint3.md +++ /dev/null @@ -1,80 +0,0 @@ ---- -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 the web interface to look more professional and complete. - -2) As an admin, I would like to have an email verification system for a more secure - and spam free enviroment. - -3) As a user, I would like intelligent error handling (e.g. 404 and 403 redirection). - -4) As an admin, I would like to send alerts to users. - -5) As a user, I would like to be able to send private messages. - -6) As a user, I would like a working search utility. - -7) As a host or player, I would like customizable settings for peer evaluation and - scoring. - -8) As a host, I would like to have multiple tournament structures and types for - pairing and running tournaments. (e.g. Round Robin team pairings). - -9) As a host, I would like to have an interface for adding tournament-specific - preferences (e.g. Capture the Teemo). - -10) As a user, I would like to view and create brackets. - -11) As a user, I would like the Riot API to be asynchronously polled in the - background so League of Legends tournaments proceed automatically. - -12) As a player, I would like a way to enter my usernames for several different - remote games. - - -#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 | 3 | -+---------------------------------------------------------+------+------------+----+ -| Search | 5 | Tomer | 6 | -+---------------------------------------------------------+------+------------+----+ -| Remote Game UserNames | 3 | Davis | 12 | -+---------------------------------------------------------+------+------------+----+ -| Email verification | 8 | Luke | 2 | -+---------------------------------------------------------+------+------------+----+ -| Alternate Scoring and pairing methods | 5 | G, A, D | 7,8| -+---------------------------------------------------------+------+------------+----+ -| Tournament preference interace | 3 | Andrew | 9 | -+---------------------------------------------------------+------+------------+----+ -| More types of seeded settings | 2 | Andrew | 9 | -+---------------------------------------------------------+------+------------+----+ -| Asynchronous Riot Pulls | 5 | Nathaniel | 11 | -+---------------------------------------------------------+------+------------+----+ -| Map out brackets scaffolding | 5 | Tomer | 10 | -+---------------------------------------------------------+------+------------+----+ -| Create braket creation and submission gui | 3 | Tomer | 10 | -+---------------------------------------------------------+------+------------+----+ -| General Interface Cleanups | 2 | Tomer | 1 | -+---------------------------------------------------------+------+------------+----+ -| Make it look professional | 3 | All | 1 | -+---------------------------------------------------------+------+------------+----+ -| Expand Peer Evaluation | 3 | G, A, D | 7 | -+---------------------------------------------------------+------+------------+----+ -| Private Messages | 5 | N, L | 5 | -+---------------------------------------------------------+------+------------+----+ -| Alerts | 3 | Guntas | 4 | -+---------------------------------------------------------+------+------------+----+ -| Project Leaguer Logo | spike| G, D | 1 | -+---------------------------------------------------------+------+------------+----+ -- cgit v1.2.3