From 22cb9ec5ee12ffb3bfe76f08010086a27fccb9eb Mon Sep 17 00:00:00 2001 From: DavisLWebb Date: Mon, 7 Apr 2014 18:38:34 -0400 Subject: yo, added some stuff in the retrospective for sprint2 --- doc/Sprint2-Retrospective.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc') diff --git a/doc/Sprint2-Retrospective.md b/doc/Sprint2-Retrospective.md index 518a34e..c88eb03 100644 --- a/doc/Sprint2-Retrospective.md +++ b/doc/Sprint2-Retrospective.md @@ -127,9 +127,20 @@ on implementing a remote user id to link users Leaguer information to their Riot information. ## Teach Andrew and Tomer AJAX {#teach-ajax} + +Luke instructed Tomer on his AJAX tasks, but most of Andrew's were deferred to +sprint 3 and he focused his efforts elsewhere. + ## Make pages auto-update with AJAX {#ajax} + +AJAX was used in tournament and match views to update the tournament progress bar +and manage input options for tournament flow but still needs to be implemented +across the website in other areas. + ## Setting up a Tournament View for matches and tree {#match-gui} + + ## Increase Usability {#usability} Project Leaguer has many new features that have increased usability. AJAX @@ -139,6 +150,10 @@ web interface available for our users to utilize. ## Develop comprehensive data storage for s&p&other{#data-storage} +Settings and Preferences (those options specific to tournaments of a game type +or a specific tournament, respectively) are handled through a single +TournamentPreference SQL (ActiveRecord) interface. + ## Create Player Profile Pages {#profile} Player Profile Pages successfully list important and useful user information. -- cgit v1.2.3 From 92f73668f1e838d51668680b59de47b27b8c55fa Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Mon, 7 Apr 2014 18:55:11 -0400 Subject: Here Foy, documents --- doc/Sprint2-Retrospective.md | 30 ++++-------------------------- doc/sprint3.md | 28 +++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 27 deletions(-) (limited to 'doc') diff --git a/doc/Sprint2-Retrospective.md b/doc/Sprint2-Retrospective.md index c88eb03..db726f5 100644 --- a/doc/Sprint2-Retrospective.md +++ b/doc/Sprint2-Retrospective.md @@ -3,32 +3,6 @@ title: "Team 6 - Project Leaguer: Sprint 2 Retrospective" author: [ Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumaker, Davis Webb ] --- -# User Stories - -1) As a user, I would like intelligent error handling and 404 redirection. - -2) As a user, I would like a working search utility. - -3) As a player, I would like a way to enter my usernames for several different remote games. - -4) As an admin I would like an option and utility to require email verification for users. - -5) As a host, I would like to have multiple options for scoring. - -6) As a host, I would like to have multiple tournament structures and types for pairing and running tournaments. - -7) As a host, I would like to have an interface for adding tournament-specific preferences. - -8) As a host, I would like to allow a wider variety of kinds of settings to be set. - -9) As a user, I would like the Riot API to be asynchronously polled in the background so League of Legends tournaments proceed automatically. - -10) As a user, I would like to view and create brackets. - -11) As a user, I would like the web interface to look more professional. - -12) As a host or player, I would like a larger set of peer evaluation settings. - # Tasks The "size" is using the modified Fibonacci scale. A '1' is expected @@ -104,6 +78,10 @@ several days. ## Implement Anti-spam measures {#anti-spam} ## Implement Teammate Rating System (peer review view) {#peer-review} ## Design/Code Scoring/Pairing Algorithms and Procedures {#pair-alg} + +Several Scoring Algorithms were considered and a modified fibonachi peer review +system was chosen to + ## Implement game-type specific and tournament specific settings and preferences {(#setting-and-pref)} diff --git a/doc/sprint3.md b/doc/sprint3.md index 6a175a4..b9d9dd5 100644 --- a/doc/sprint3.md +++ b/doc/sprint3.md @@ -22,6 +22,32 @@ author: [ Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumak 7) As a user, I would like to be able to send private messages. +# User Stories + +1) As a user, I would like intelligent error handling and 404 redirection. + +2) As a user, I would like a working search utility. + +3) As a player, I would like a way to enter my usernames for several different remote games. + +4) As an admin I would like an option and utility to require email verification for users. + +5) As a host, I would like to have multiple options for scoring. + +6) As a host, I would like to have multiple tournament structures and types for pairing and running tournaments. + +7) As a host, I would like to have an interface for adding tournament-specific preferences. + +8) As a host, I would like to allow a wider variety of kinds of settings to be set. + +9) As a user, I would like the Riot API to be asynchronously polled in the background so League of Legends tournaments proceed automatically. + +10) As a user, I would like to view and create brackets. + +11) As a user, I would like the web interface to look more professional. + +12) As a host or player, I would like a larger set of peer evaluation settings. + #Tasks @@ -62,4 +88,4 @@ several days. | Private Messages | | | | +---------------------------------------------------------+------+------------+----+ | Alerts | | | | -+---------------------------------------------------------+------+------------+----+ \ No newline at end of file ++---------------------------------------------------------+------+------------+----+ -- cgit v1.2.3