Updated Readme

This commit is contained in:
konrad 2019-03-24 11:46:46 +01:00
parent 7a7813274c
commit 49b95473bb
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ other handler implementations, enabling a lot of flexibility while develeoping.
### TODOs
* [x] Improve docs/Merge with the ones of Vikunja
* [ ] Description of web.HTTPError
* [x] Description of web.HTTPError
* [ ] Rights methods should return errors (I know, this will break a lot of existing stuff)
* [ ] optional Before- and after-{load|update|create} methods which do some preprocessing/after processing like making human-readable names from automatically up counting consts
* [ ] "Magic": Check if a passed struct implements Crudable methods and use a general (user defined) function if not