summaryrefslogtreecommitdiff
path: root/docs/Sprint1.md
blob: d0672f30cf28eb46dedd8d297d587da2d0685878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: "Project Leaguer: Sprint 1"
author: [ Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumaker, Davis Webb ]
---

# User Stories to Implement

1) 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.
   - 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
   browser.


# Tasks to Complete

| Task Description | Time Approx. | Team Member | User Stories Affected|
|:----------:|:-----------:|:------------:|:------------:|:------------:|
|Set up server on 199.180.255.147| 1 Hour | Luke | All |
|Create log-in system backend | 10 Hours | TBD | All |
|Create log-in system UI | 4 Hours | TBD | All |
|Set up Scaffolding for all Models, Views, Controllers | 2 Hours | All | All |