From 4a90bd6e70fa713fee3aa817dbcc5e7ead0a9368 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Mar 2014 19:16:19 -0400 Subject: touch up docs --- doc/Sprint1-Retrospective.md | 39 ++++++++++++++++++++++++--------------- doc/Sprint2.md | 6 +++--- 2 files changed, 27 insertions(+), 18 deletions(-) (limited to 'doc') diff --git a/doc/Sprint1-Retrospective.md b/doc/Sprint1-Retrospective.md index 0022fa6..1a6179f 100644 --- a/doc/Sprint1-Retrospective.md +++ b/doc/Sprint1-Retrospective.md @@ -1,27 +1,27 @@ --- -title: "Sprint 1 Retrospective" -author: [ Team 6: Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumaker, Davis Webb ] +title: "Team 6 - Project Leaguer: Sprint 1 Retrospective" +author: [ Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumaker, Davis Webb ] --- # User Stories 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. + - 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. + - For this task, we will be creating the user registration and log + in capabilities for Leaguer. 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. + - For this task, we will be creating a base tournament system for a + host to run. 4) As a host/player, I would like to enter scores for players. - - For sprint own, the scores will be entered by hand. + - For sprint own, the scores will be entered by hand. 5) As an administrator, I want to specify how users become hosts. 6) As a user I would like to see the progress of the tournament in my browser. 7) As a user, I would like a presentable homepage. - - For this task, we will be creating a Leaguer homepage and ensure that it - is pleasing to the eye and easy to navigate. + - For this task, we will be creating a Leaguer homepage and ensure that it + is pleasing to the eye and easy to navigate. # Tasks @@ -85,9 +85,18 @@ Link to [text](#target) [Learn Rails]: #1 -1. Each task must be mentioned under the right category (implemented and working, implemented but did not work well, or not implemented and the team must mention why/how it worked or why/how did not work: 3.5 points -( - 1.0) for each unmentioned task, ( - 0.5) for each task that is not properly described or placed under the wrong category. +1. Each task must be mentioned under the right category (implemented + and working, implemented but did not work well, or not implemented + and the team must mention why/how it worked or why/how did not + work: 3.5 points ( - 1.0) for each unmentioned task, ( - 0.5) for + each task that is not properly described or placed under the wrong + category. -2. How to improve: Please mention at least 3 ways about how to improve your work. - 0.5 for each missing point. (Total: 1.5 points) +2. How to improve: Please mention at least 3 ways about how to + improve your work. - 0.5 for each missing point. (Total: 1.5 + points) -3. For the tasks that were not implemented or did not work well, the team should implement or fix these as necessary in the next Sprint. We will use this Retrospective document in the next Demo Meeting. \ No newline at end of file +3. For the tasks that were not implemented or did not work well, the + team should implement or fix these as necessary in the next + Sprint. We will use this Retrospective document in the next Demo + Meeting. diff --git a/doc/Sprint2.md b/doc/Sprint2.md index 26ebde4..3c5681e 100644 --- a/doc/Sprint2.md +++ b/doc/Sprint2.md @@ -1,6 +1,6 @@ --- -title: "Project Leaguer: Sprint 2" -author: [ "Team 6:", Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumaker, Davis Webb ] +title: "Team 6 - Project Leaguer: Sprint 2" +author: [ Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumaker, Davis Webb ] --- # User Stories @@ -78,4 +78,4 @@ A - 10 F - 10 G - 10 L - 11 -T - 10 \ No newline at end of file +T - 10 -- cgit v1.2.3-2-g168b From 8d96857fb473647409c6305cc678979d0815c9c6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Mar 2014 19:37:11 -0400 Subject: linkify all the tasks in the sprint1 retrospective --- doc/Sprint1-Retrospective.md | 79 +++++++++++++++++++++++++++++++++----------- 1 file changed, 59 insertions(+), 20 deletions(-) (limited to 'doc') diff --git a/doc/Sprint1-Retrospective.md b/doc/Sprint1-Retrospective.md index 1a6179f..1990d40 100644 --- a/doc/Sprint1-Retrospective.md +++ b/doc/Sprint1-Retrospective.md @@ -35,55 +35,94 @@ several days. | Tasks Implemented and Working | Size | Person | US | +=========================================================+======+========+====+ | [Learn Rails, set up Scaffolding for all Models, Views, | 8 | All | 1 | -| Controllers](#1) | | | | +| Controllers](#learn-rails) | | | | +---------------------------------------------------------+------+--------+----+ -| Deploy rails on the server at 199.180.255.147 | 3 | Luke | 1 | +| [Deploy rails on Luke's server](#deploy-rails) | 3 | Luke | 1 | +---------------------------------------------------------+------+--------+----+ -| Create log-in system backend (verification, cookies, | 5 | Davis | 2 | -| and redirection) | | | | +| [Create log-in system backend (verification, cookies, | 5 | Davis | 2 | +| and redirection)](#login-backend) | | | | +---------------------------------------------------------+------+--------+----+ -| Create log-in system UI (forms, CSS, and submission) | 2 | Tomer | 2 | +| [Create log-in system UI](#login-ui) | 2 | Tomer | 2 | +---------------------------------------------------------+------+--------+----+ -| Create Preliminary Tournament Settings Page | 3 | Guntas | 3 | +| [Create Tournament Settings Page](#tourney-settings) | 3 | Guntas | 3 | +---------------------------------------------------------+------+--------+----+ -| Implement Tournament Registration and Tournament | 2 | Andrew | 3 | -| Controller | | | | +| [Implement Tournament Registration and Tournament | 2 | Andrew | 3 | +| Controller](#tourney-registration) | | | | +---------------------------------------------------------+------+--------+----+ -| Implement match controller | 3 | Dav+And| 4 | +| [Implement match controller](#match-controller) | 3 | Dav+And| 4 | +---------------------------------------------------------+------+--------+----+ -| Implement permissions system over the users system | 3 | Luke | 5 | +| [Implement permissions system over the users | 3 | Luke | 5 | +| system](#permissions) | | | | +---------------------------------------------------------+------+--------+----+ -| Create View Tournament Page | 5 | All | 6 | +| [Create View Tournament Page](#tourney-view) | 5 | All | 6 | +---------------------------------------------------------+------+--------+----+ -| Create Presentable Homepage | 5 | Guntas | 7 | +| [Create Presentable Homepage](#homepage) | 5 | Guntas | 7 | +---------------------------------------------------------+------+--------+----+ +---------------------------------------------------------+------+--------+----+ | Tasks Implemented and Not Working Well | Size | Person | US | +=========================================================+======+========+====+ -| Design and implement match score models | 3 | Foy | 4 | +| [Design and implement match score models](#match-score) | 3 | Foy | 4 | +---------------------------------------------------------+------+--------+----+ -| Create Admin-level Server Management Page | 2 | Luke | 5 | +| [Create Admin-level Server Management Page](#srv-man) | 2 | Luke | 5 | +---------------------------------------------------------+------+--------+----+ +---------------------------------------------------------+------+--------+----+ | Tasks Not Implemented | Size | Person | US | +=========================================================+======+========+====+ -| Design/Code Scoring/Pairing Algorithms and Procedures | 5 | Foy | 3 | +| [Design/Code Scoring/Pairing Algorithms and | 5 | Foy | 3 | +| Procedures](#score-algo) | | | | +---------------------------------------------------------+------+--------+----+ -| Observe Foy Design/Code Scoring/Pairing Algorithms | 2 | Dav+Foy| 3 | +| [Observe Foy Design/Code Scoring/Pairing | 2 | Dav+Foy| 3 | +| Algorithms](#score-algo) | | | | +---------------------------------------------------------+------+--------+----+ -| Create a Player-level Data Entry Page/Method for Results| 3 | Tomer | 4 | +| [Create a Player-level Data Entry Page/Method for | 3 | Tomer | 4 | +| Results](#data-entry) | | | | +---------------------------------------------------------+------+--------+----+ -Link to [text](#target) +# Implemented and working -[label]: #target +## Learn Rails {#learn-rails} -[Learn Rails]: #1 +This task went OK. +## Deploy Rails {#deploy-rails} + +f + +## Login (backend) {#login-backend} + +f + +## Login (UI) {#login-ui} + +## Tournament settings {#tourney-settings} + +## Tournament registration {#tourney-registration} + +## Match controller {#match-controller} + +## Permissions system {#permissions} + +## Tournament view {#tourney-view} + +## Homepage {#homepage} + +# Implemented but not working well + +## Match score models {#match-score} + +## Server management {#srv-man} + +# Not implemented + +## Scoring Algorithms {#score-algo} + +## Data entry {#data-entry} + +# End 1. Each task must be mentioned under the right category (implemented and working, implemented but did not work well, or not implemented -- cgit v1.2.3-2-g168b From 1b84b7a69bb0426c919f53a4808b93e8a501f586 Mon Sep 17 00:00:00 2001 From: guntasgrewal Date: Mon, 10 Mar 2014 19:42:26 -0400 Subject: User Stories 1-4 --- doc/Sprint2.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/Sprint2.md b/doc/Sprint2.md index 26ebde4..8cb3bc7 100644 --- a/doc/Sprint2.md +++ b/doc/Sprint2.md @@ -5,13 +5,21 @@ author: [ "Team 6:", Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, # User Stories -1) Security/Verification +1) As a host/player, I would like to have only the options my group entitles me to. -2) Peer Review +Security/Verification -3) Settings/Preferences +2) As a player I would like to review my peers and like to have our scores reflect these reviews. -4) LoL API Integration +Peer Review + +3) As a host I would like to have both game type specific settings and tournament specific preferences available when creating a new tournament. + +Settings/Preferences + +4) As a host/player spectator I would like to have Riot Games League of Legends API integration. + +LoL API Integration 5) Active Status Update and AJAX -- cgit v1.2.3-2-g168b