summaryrefslogtreecommitdiff
path: root/docs/DesignDocument.md
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 19:58:30 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 19:58:30 -0500
commit49dda73ced1dc2257a7566f9ac522e72e92c1edf (patch)
tree3aeaf8f17ece7310d8e62291fb3f1b6834304fa6 /docs/DesignDocument.md
parent954a4474027bd81d8cfd5695484c0c82cb33a46b (diff)
work on DesignDocument-classes.dot
Diffstat (limited to 'docs/DesignDocument.md')
-rw-r--r--docs/DesignDocument.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md
index e9df70f..e07fb0c 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -205,6 +205,9 @@ tournaments/edit.html
: A form for editing an existing tournament. The form is POSTed to
`TournamentsController#update()`.
+matches/index.html
+ : TODO: list of matches
+
matches/show.html
: Shows an individual match; q display of both teams. Each team's
players are clickable which causes a GET for the player's profile
@@ -324,6 +327,7 @@ TournamentsController
MatchesController
: TODO
+ - `index()`: TODO: GET
- `show()` TODO: GET
- `edit()` TODO: GET
- `update()` TODO: POST
@@ -342,9 +346,9 @@ UsersController
: TODO
- `index()` TODO: GET
+ - `show()` TODO: GET
- `new()` TODO: GET
- `create()` TODO: POST
- - `show()` TODO: GET
- `edit()` TODO: GET
- `update()` TODO: POST
- `delete()` TODO: POST