diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-17 20:34:57 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-17 20:34:57 -0500 |
commit | 727df823963a731e07350c038fc4afe932c8dcdd (patch) | |
tree | 04e796250bb2a9505e80c1fc062538bbc1cd821d /docs | |
parent | 03877b74a9e921d238cb44308a9d8faa89457a95 (diff) |
task
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Sprint1.md | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/docs/Sprint1.md b/docs/Sprint1.md index 6fb1a02..6173a8a 100644 --- a/docs/Sprint1.md +++ b/docs/Sprint1.md @@ -5,7 +5,9 @@ author: [ Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumak # User Stories -1) As a developer, I would like a demo/testing server, with a basic Rails setup. +1) As an administrator, I would like to install and boot my own server. + - Alternately: As a developer, I would like a demo/testing server, + with a basic Rails setup. 2) As a host/player, I would like to register and have an account. - For this task, we will be creating the user registration and log in capabilities for Leaguer. @@ -14,10 +16,9 @@ author: [ Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumak host to run. 4) As a host/player, I would like to enter scores for players. 5) As an administrator, I want to specify how users become hosts. -6) As an administrator, I would like to install and boot my own server. -7) As a user I would like to see the progress of the tournament in my +6) As a user I would like to see the progress of the tournament in my browser. -8) As a user, I would like a purdy homepage. +7) As a user, I would like a purdy homepage. # Tasks @@ -44,18 +45,22 @@ author: [ Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumak +---------------------------------------------------------+------+--------+----+ | Create Preliminary Tournament Settings Page | | TBD | 3 | +---------------------------------------------------------+------+--------+----+ -| Create Presentable Homepage | | TBD | 8 | -+---------------------------------------------------------+------+--------+----+ | Design/Code Scoring/Pairing Algorithms and Procedures | | TBD | 3 | +---------------------------------------------------------+------+--------+----+ -| Implement Tournament Registration and Tournament | | TBD | 2 | +| Implement Tournament Registration and Tournament | | TBD | 3 | | Controller | | | | +---------------------------------------------------------+------+--------+----+ -| Create View Tournament Page | | TBD | 6 | +| Design and implement match score models | | TBD | 4 | ++---------------------------------------------------------+------+--------+----+ +| Implement match controller | | TBD | 4 | +---------------------------------------------------------+------+--------+----+ -| Create Admin-level Server Management Page | | TBD | 4 | +| Create a Player-level Data Entry Page/Method for Results| | TBD | 4 | +---------------------------------------------------------+------+--------+----+ -| Create a Player-level Data Entry Page/Method for Results| | TBD | 3 | +| Implement permissions system over the users system | | TBD | 5 | ++---------------------------------------------------------+------+--------+----+ +| Create Admin-level Server Management Page | | TBD | 5 | ++---------------------------------------------------------+------+--------+----+ +| Create View Tournament Page | | TBD | 6 | +---------------------------------------------------------+------+--------+----+ -| Create User Registration and Verification System | | TBD | 1 | +| Create Presentable Homepage | | TBD | 7 | +---------------------------------------------------------+------+--------+----+ |