Commit Graph

10 Commits

Author SHA1 Message Date
a30d1d84a5 Now we added the sort params. Read prev commit 2019-04-16 17:47:12 +02:00
8b39940b2b Now handles parsing dates from dd-mm-yyyy option over to utc. Also added sort query option for asc or desc for adventures. 2019-04-16 17:46:43 +02:00
56b09e3f10 Adventure list is now returned oldest to newest 2019-03-03 22:41:19 +01:00
7d4a45f3c3 Moved uploadRequest proxyRequest handler to imageController. 2019-03-03 21:15:26 +01:00
06a97a2a4b List returned by adventure id is ordered by album_order. UploadHandler proxies the request to another api and waits for response. Delete finds matching filename by query parameters and removes it from the database. 2019-03-03 21:03:58 +01:00
6447fb3cef No longer export unused uploadHandler function. 2019-03-03 20:24:03 +01:00
31dc6c02be Location checks queryparameter name and if set only returns matching location. 2019-03-02 22:46:58 +01:00
bd62e76b0d Calendar enpoint for listing all events. TODO add date-filtering. 2019-03-02 22:45:16 +01:00
417ec775ff Added order by datestart when fecting all Adventures as list. Create now first creates a location and then the adventure. started enpoint for handling uploading of images. These requests will be redirected to another python web server. 2019-03-02 22:42:54 +01:00
cfd0b88987 Working backend setup with endpoints and database setup for adventures. 2019-02-18 22:42:52 +01:00