summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-05-01 17:06:27 -0400
committerDavisLWebb <davislwebb@ymail.com>2014-05-01 17:06:27 -0400
commit17693968399310c2fb1e1007d454a5a8b6c20949 (patch)
tree6d5c9aad95bb155cf88d6e7fb90c99dc24bf3d7f
parent3b468df40d1b12ab35820375bbe68ffde4f7ba99 (diff)
parent449108b1be64a29b3590fe3fd0b713897a3e311c (diff)
I think I fixed s3retro.md
-rw-r--r--doc/Sprint3-Retrospective.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/Sprint3-Retrospective.md b/doc/Sprint3-Retrospective.md
index 4473321..559aac0 100644
--- a/doc/Sprint3-Retrospective.md
+++ b/doc/Sprint3-Retrospective.md
@@ -94,9 +94,7 @@ 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
@@ -177,7 +175,7 @@ appeared only when there is a new alert.
## 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
@@ -227,6 +225,15 @@ 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
TODO