[skip ci] Updated todo

This commit is contained in:
konrad 2019-05-07 23:06:17 +02:00
parent 310814be2d
commit f9a40f5d02
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 3 additions and 0 deletions

View File

@ -192,6 +192,7 @@ Sorry for some of them being in German, I'll tranlate them at some point.
* [ ] Whenever a task ist created/updated, update the `updated` prop on the list so the etag changes and clients get notified
* [ ] Cleanup the whole mess I made with the handlers and storage providers etc
* [ ] Check if only needed things are queried from the db when accessing dav (for ex. no need to get all tasks when we actually only need the title)
* [ ] Fix OPTIONS Requests to the rest of the api being broken
### Refactor

2
go.mod
View File

@ -74,3 +74,5 @@ require (
src.techknowlogick.com/xgo v0.0.0-20190507142556-a5b29ecb0ff4
src.techknowlogick.com/xormigrate v0.0.0-20190321151057-24497c23c09c
)
replace github.com/labstack/echo/v4 => /home/konrad/go/src/github.com/labstack/echo