summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-02-17 13:50:20 -0500
committerAndrewMurrell <amurrel@purdue.edu>2014-02-17 13:50:20 -0500
commit9f55d05b3859a96ed0eb0d8eae9d370581863b58 (patch)
treed813aa19dbcd8addd661e1e13d12a0f1d910f0fa
parent2c460c6c935fa2c417ea75236978f70c0432dc38 (diff)
Added to the table and modified some entries to be more specific.
-rw-r--r--docs/Sprint1.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/Sprint1.md b/docs/Sprint1.md
index 47db26a..6ad661d 100644
--- a/docs/Sprint1.md
+++ b/docs/Sprint1.md
@@ -23,11 +23,16 @@ author: [ Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumak
| 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 | 5 | TBD | 1 |
-|Create log-in system UI | 3 | TBD | 1 |
+|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 | 5 | TBD | 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 |