summaryrefslogtreecommitdiff
path: root/docs/DesignDocument.md
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-02-10 20:03:20 -0500
committerAndrewMurrell <amurrel@purdue.edu>2014-02-10 20:03:20 -0500
commit281a7ffbfa79470e3a06740f6358c03ae912c979 (patch)
treeafafa8fd650deec9def018bf4866330e88290607 /docs/DesignDocument.md
parent2bb24c4d3dc612cc8e65ad414c529a96682efb1b (diff)
parentccd7cc9971ccb9dc116c379694170fc14ac6060a (diff)
Merged Changes
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 0a21005..c54e8d5 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
@@ -326,6 +329,7 @@ TournamentsController
MatchesController
: TODO
+ - `index()`: TODO: GET
- `show()` TODO: GET
- `edit()` TODO: GET
- `update()` TODO: POST
@@ -344,9 +348,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