summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-05-01 17:16:03 -0400
committernfoy <nfoy@purdue.edu>2014-05-01 17:16:03 -0400
commit39120f9d129fb86e3327e00f7390b9f29d6f9996 (patch)
tree78ddfa37c7a370e7c2fe91d83c6e23da9de80fe7
parentf70a9e53c46b3629e665b6db9f5b1d63896949d7 (diff)
Fixed retrospective errors.
-rw-r--r--doc/Sprint3-Retrospective.md52
1 files changed, 24 insertions, 28 deletions
diff --git a/doc/Sprint3-Retrospective.md b/doc/Sprint3-Retrospective.md
index d6e73f7..27b4985 100644
--- a/doc/Sprint3-Retrospective.md
+++ b/doc/Sprint3-Retrospective.md
@@ -21,8 +21,6 @@ several days.
+---------------------------------------------------------+------+------------+----+
| [Alternate Scoring and pairing methods](#alt-score-par) | 5 | G, A, D | 7,8|
+---------------------------------------------------------+------+------------+----+
-| [Tournament preference interface](#tourn-prefer) | 3 | Andrew | 9 |
-+---------------------------------------------------------+------+------------+----+
| [Asynchronous Riot Pulls](#async) | 5 | Nathaniel | 11 |
+---------------------------------------------------------+------+------------+----+
| [Map out brackets scaffolding](#brack-scaff) | 5 | Tomer | 10 |
@@ -42,12 +40,14 @@ several days.
+---------------------------------------------------------+------+------------+----+
| Tasks Implemented and Not Working Well | Size | Person | US |
+=========================================================+======+============+====+
-| [Expand Peer Evaluation](#peer-expansion) | 3 | G, A, D | 7 |
-+---------------------------------------------------------+------+------------+----+
| [Remote Game UserNames](#remote_user) | 3 | Davis | 12 |
+---------------------------------------------------------+------+------------+----+
+| [Tournament preference interface](#tourn-prefer) | 3 | Andrew | 9 |
++---------------------------------------------------------+------+------------+----+
| [More types of seeded settings](#seed) | 2 | Andrew | 9 |
+---------------------------------------------------------+------+------------+----+
+| [Expand Peer Evaluation](#peer-expansion) | 3 | G, A, D | 7 |
++---------------------------------------------------------+------+------------+----+
| [Project Leaguer Logo](#logo) | spike| G, D | 1 |
+---------------------------------------------------------+------+------------+----+
@@ -92,10 +92,6 @@ We introduced Tournament Stages to accomodate a wider range of tournament types
and modes and designed the library modules to be general enough to use results of
past stages or player statistics to affect future ones.
-## More types of seeded settings (#seed)
-
-TODO
-
## Asynchronous Riot Pulls (#async)
Project Leaguer handles asynchronous API pulling with the Delayed Job gem. A
@@ -171,18 +167,6 @@ appeared only when there is a new alert.
# Implemented but not working well
-## Expand Peer Evaluation (#peer-expansion)
-
-We created scoring modules for users to select the preferred scoring method and
-preferred peer evaluation for users to choose from when creating a tournament.
-The peer evaluation modules calculate the score correctly but do not grab the
-statistics from the submission forms. The skeletons for three such scoring methods
-namely, winnerTakesAll, FibonacciPeerWithBlowout, MarginalPeer, have been created.
-The for MarginalPeer we do not have a view but we do have the methods that would
-calculate the score provided the stats are in the database. For WinnerTakesAll and
-FibonacciWithPeerBlowout we do have views and data being collected from the interface
-and used to calculate score.
-
## Remote Game UserNames (#remote_user)
The idea behind remote usernames is that a Leaguer user would be able to add
@@ -199,6 +183,26 @@ current logo is a rough draft and will more than likely not be truly done for so
if ever. For now, we have a decent looking logo and are planning on placing it into the
product documents. Other than that, this is not yet complete.
+## Tournament preference interface (#tourn-prefer)
+
+Tournament Settings are handled correctly and securely, the permission system is
+robust enough to handle custom preferences, and the database structure exists to
+handle them, even the icons for adding them were created, however, the interface
+for adding them was deemed low priority for this sprint in comparison to the lib
+modules and permissions overhauls.
+
+## Expand Peer Evaluation (#peer-expansion)
+
+We created scoring modules for users to select the preferred scoring method and
+preferred peer evaluation for users to choose from when creating a tournament.
+The peer evaluation modules calculate the score correctly but do not grab the
+statistics from the submission forms. The skeletons for three such scoring methods
+namely, winnerTakesAll, FibonacciPeerWithBlowout, MarginalPeer, have been created.
+The for MarginalPeer we do not have a view but we do have the methods that would
+calculate the score provided the stats are in the database. For WinnerTakesAll and
+FibonacciWithPeerBlowout we do have views and data being collected from the interface
+and used to calculate score.
+
## More types of seeded settings (#seed)
The idea behind the seeding settings is have different methods of team
@@ -223,14 +227,6 @@ creation. The seeding methods we have currently are:
Early bird and random seeding are completed, but fair ranked has yet
to be done.
-## Tournament preference interface (#tourn-prefer)
-
-Tournament Settings are handled correctly and securely, the permission system is
-robust enough to handle custom preferences, and the database structure exists to
-handle them, even the icons for adding them were created, however, the interface
-for adding them was deemed low priority for this sprint in comparison to the lib
-modules and permissions overhauls.
-
# Not implemented