summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-17 19:57:49 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-17 19:57:49 -0500
commit397fe7d669b490e7cb27605a5fdb2556c7441442 (patch)
tree163910dbf39a7013dd849d96da5f9d4da5de43fc
parent5618c53dbb6af11c4048194da6485b3ab494746f (diff)
stuff
-rw-r--r--docs/Sprint1.md71
1 files changed, 44 insertions, 27 deletions
diff --git a/docs/Sprint1.md b/docs/Sprint1.md
index b207e69..361957d 100644
--- a/docs/Sprint1.md
+++ b/docs/Sprint1.md
@@ -3,38 +3,55 @@ title: "Project Leaguer: Sprint 1"
author: [ Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumaker, Davis Webb ]
---
-# User Stories to Implement
+# User Stories
-1) As a host/player, I would like to register and have an account.
+1) 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.
-2) As a host, I would like to start a tournamnet.
+3) As a host, I would like to start a tournamnet.
- For this task, we will be creating a base tournament system for a
host to run.
-3) As a host/player, I would like to enter scores for players.
-4) As an administrator, I want to specify how users become hosts.
-5) As an administrator, I would like to install and boot my own server.
-6) As a user I would like to see the progress of the tournament in my
+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
browser.
+8) As a user, I would like a purdy homepage.
+# Tasks
-# Tasks to Complete
-
-| Task Description | Time Approx. | Team Member | User Stories Affected|
-|:----------:|:-----------:|:------------:|:------------:|:------------:|
-|Set up server on 199.180.255.147| 1 | Luke | All |
-|Create log-in system backend (verification, cookies, and redirection) | 5 | TBD | 1 |
-|Create log-in system UI (forms, CSS, and submission) | 3 | TBD | 1 |
-|Set up Scaffolding for all Models, Views, Controllers | 2 | All | All |
-|Set up SQL Database tables and relations (implement our database schema) | 5 | TBD | All |
-|Create Preliminary Tournament Settings Page | 5 | TBD | 2 |
-|Create Presentable Homepage | 3 | TBD | ALL |
-|Design/Code Scoring/Pairing Algorithms and Procedures | 3 | TBD | 2 |
-|Implement Tournament Registration and Tournament Controller | 3 | TBD | 2 |
-|Create a Server Installer Package | 8 | TBD | 5 |
-|Create View Tournament Page | 5 | TBD | 6 |
-|Create Admin-level Server Management Page | 5 | TBD | 4 |
-|Create a Player-level Data Entry Page/Method for Results | 5 | TBD | 3 |
-|Create User Registration and Verification System | 5 | TBD | 1 |
-
-
++---------------------------------------------------------+------+--------+----+
+| Task Description | Size | Person | US |
++=========================================================+======+========+====+
+| Set up Scaffolding for all Models, Views, Controllers | 2 | All |All |
++---------------------------------------------------------+------+--------+----+
+| Deploy rails on the server at 199.180.255.147 | 1 | Luke | 7 |
++---------------------------------------------------------+------+--------+----+
+| Create log-in system backend (verification, cookies, | 5 | TBD | 1 |
+| and redirection) | | | |
++---------------------------------------------------------+------+--------+----+
+| Create log-in system UI (forms, CSS, and submission) | 3 | TBD | 1 |
++---------------------------------------------------------+------+--------+----+
+| Set up SQL Database tables and relations (implement our | 5 | TBD |All |
+| database schema) | | | |
++---------------------------------------------------------+------+--------+----+
+| Create Preliminary Tournament Settings Page | 5 | TBD | 2 |
++---------------------------------------------------------+------+--------+----+
+| Create Presentable Homepage | 3 | TBD | 8 |
++---------------------------------------------------------+------+--------+----+
+| Design/Code Scoring/Pairing Algorithms and Procedures | 3 | TBD | 2 |
++---------------------------------------------------------+------+--------+----+
+| Implement Tournament Registration and Tournament | 3 | TBD | 2 |
+| Controller | | | |
++---------------------------------------------------------+------+--------+----+
+|Create a Server Installer Package | 8 | TBD | 5 |
++---------------------------------------------------------+------+--------+----+
+|Create View Tournament Page | 5 | TBD | 6 |
++---------------------------------------------------------+------+--------+----+
+|Create Admin-level Server Management Page | 5 | TBD | 4 |
++---------------------------------------------------------+------+--------+----+
+|Create a Player-level Data Entry Page/Method for Results | 5 | TBD | 3 |
++---------------------------------------------------------+------+--------+----+
+|Create User Registration and Verification System | 5 | TBD | 1 |
++---------------------------------------------------------+------+--------+----+