diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 22:20:51 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 22:20:51 -0500 |
commit | 05ad70205a527f93263fc52c9b5f009d2e00a51a (patch) | |
tree | 7d9e6a4fcd5cc5ff92849cedff907cc9896b8d56 | |
parent | 2fdd0a783c5206b09ab4eb15dda9183106f1c07d (diff) |
mention peer review in matches/edit view
-rw-r--r-- | docs/DesignDocument.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md index a2f901d..50835e9 100644 --- a/docs/DesignDocument.md +++ b/docs/DesignDocument.md @@ -297,7 +297,8 @@ matches/show.html matches/edit.html : Shows a form to edit a match. The form is POSTed to - `MatchesController#update()`. + `MatchesController#update()`. After a match has been completed, + this included peer-review input by the players. teams/index.html : Shows a list of teams. Clicking any of them causers the browser |