Added todos

This commit is contained in:
konrad 2019-01-14 23:35:35 +01:00
parent b061c20192
commit 1c90eb2253
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 7 additions and 0 deletions

View File

@ -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.