Commit Graph

19 Commits

Author SHA1 Message Date
konrad d31f16aff1
Renamed list items to tasks 2018-08-30 08:09:17 +02:00
konrad 9979b7e321
implemented update method via param binder 2018-07-21 15:17:02 +02:00
konrad 9e75e9b73b
implemented readone with parambinder 2018-07-21 15:08:46 +02:00
konrad de95ff40bf
implemented creation of thing via parambinder 2018-07-18 08:56:19 +02:00
konrad 249128a46e
implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
konrad 6fd2a97574
Implemented CanUpdate method 2018-07-12 23:07:03 +02:00
konrad 4e503072a8
Implemented CanDelete method for lists and listitems 2018-07-12 21:20:24 +02:00
konrad 5c4fb7ed73
implemented delete list item via CRUD 2018-07-11 11:44:17 +02:00
konrad 592dc20af4
List item creation is now done via handler 2018-07-11 02:13:53 +02:00
konrad 237874eda6
Fixed lint + fmt 2018-07-10 14:02:23 +02:00
kolaente 9e8f13edf6
Getting all lists or one works now 2018-07-09 19:49:27 +02:00
kolaente 4589f3b4bb
Added docs via swagger 2018-06-13 13:45:22 +02:00
kolaente 0652125c25
Fixed returning of user infos when updating a todo item 2018-06-13 12:18:55 +02:00
konrad f0f92ad1a1
Improved creation of list items 2018-06-12 19:57:38 +02:00
konrad 1b3b2ccb59
Improved item deletion rights check 2018-06-12 18:49:56 +02:00
konrad be18247682
Added check to only let a user delete his own list 2018-06-12 18:35:36 +02:00
kolaente 853fb2a2b7
Added method to delete a todo item from a list 2018-06-12 18:07:47 +02:00
konrad 91f67dc364
Added functions for adding items to a todolist 2018-06-10 19:49:40 +02:00
konrad 7bac9f490e
Started adding listitems 2018-06-10 15:55:56 +02:00