From 1c90eb225350356957c444ef26d414f690fb7702 Mon Sep 17 00:00:00 2001 From: konrad Date: Mon, 14 Jan 2019 23:35:35 +0100 Subject: [PATCH] Added todos --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.