diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-10 20:57:36 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-10 20:57:36 -0400 |
commit | c1d0f29e7533a6b38ac5f648cf6a2abce3b88b52 (patch) | |
tree | f18be54ca79c92160152f732dc9beb2699faf9e2 /doc | |
parent | 99cdf8d5b21151030bffa5335cc11ba91adcc35c (diff) |
write about the permissions system
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Sprint1-Retrospective.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Sprint1-Retrospective.md b/doc/Sprint1-Retrospective.md index a7cdc3c..7bffde7 100644 --- a/doc/Sprint1-Retrospective.md +++ b/doc/Sprint1-Retrospective.md @@ -137,6 +137,11 @@ by clicking the 'delete' button on the no longer desired match on the page. ## Permissions system {#permissions} +The permissions system is implemented, easy to use, and works well. +In some places, it appears to be broken (overly-permisive), but this +is because the relevant page doesn't hook into the permission system. +This needs to be fixed with unit tests. + ## Tournament view {#tourney-view} The view page for tournaments contains a table that lists all on going tournaments for all types of games. It also lists other game attribute like |