summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-05-01 17:02:32 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-05-01 17:02:32 -0400
commitb1291c4941b13df610d132a7e1944a4a8e28569b (patch)
treed75c57acb2f45ee6440ca30d855db2b3b86cf82a
parent618bd7bdb9b9f9a4e19d18e21dce3097c3f43291 (diff)
added tournament pref interface to doc/sprint3-ret...
-rw-r--r--doc/Sprint3-Retrospective.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/Sprint3-Retrospective.md b/doc/Sprint3-Retrospective.md
index 89e2cdf..1dbf0e1 100644
--- a/doc/Sprint3-Retrospective.md
+++ b/doc/Sprint3-Retrospective.md
@@ -102,10 +102,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.
-## Tournament preference interface (#tourn-prefer)
-
-TODO
-
## More types of seeded settings (#seed)
TODO
@@ -186,7 +182,7 @@ TODO
## Expand Peer Evaluation (#peer-expansion)
-We created a scoring modules for users to select the preferred scoring method and
+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
@@ -196,6 +192,14 @@ calculate the score provided the stats are in the database. For WinnerTakesAll a
FibonacciWithPeerBlowout we do have views and data being collected from the interface
and used to calculate score.
+## 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