diff --git a/Readme.md b/Readme.md index 417dc19..fe555f6 100644 --- a/Readme.md +++ b/Readme.md @@ -22,6 +22,7 @@ implementations thus leading to much flexibility. ## Table of contents * [Installation](#installation) +* [Todos](#todos) * [CRUDable](#crudable) * [Rights](#rights) * [Handler Config](#handler-config) @@ -35,6 +36,12 @@ implementations thus leading to much flexibility. * [Errors](#errors) * [URL param binder](#how-the-url-param-binder-works) +### TODOs + +* [ ] Description of web.HTTPError +* [ ] Rights methods should return errors (I know, this will break a lot of existing stuff) +* [ ] Improve docs + ## Installation Using the web handler in your application is pretty straight forward, simply run `go get -u code.vikunja.io/web` and start using it.