Jef Roosens Chewing_Bever
Jef Roosens pushed to develop at Chewing_Bever/fej 2021-04-05 10:00:09 +02:00
89bd29dc78 [closes #2] removed hello world endpoints
Jef Roosens closed issue Chewing_Bever/fej#5 2021-04-05 09:57:36 +02:00
Ivago: write some tests
Jef Roosens pushed to develop at Chewing_Bever/fej 2021-04-04 19:23:12 +02:00
c0311132ec Started writing some tests (#5)
Jef Roosens pushed to develop at Chewing_Bever/fej 2021-04-04 19:16:15 +02:00
001b7b324e Removed unnecessary json return data (closes #12)
Jef Roosens closed issue Chewing_Bever/fej#12 2021-04-04 19:16:15 +02:00
Ivago: Simplify returned json values
Jef Roosens commented on issue Chewing_Bever/fej#11 2021-04-04 18:59:10 +02:00
Ivago: invalid parameters also return 404

I just realized this is expected behavior. The real problem here is the fact that the error system isn't specific enough at the moment, so any typo in a parameter results in a 404, instead of a…

Jef Roosens opened issue Chewing_Bever/fej#12 2021-04-04 15:28:07 +02:00
Ivago: Simplify returned json values
Jef Roosens opened issue Chewing_Bever/fej#11 2021-04-04 15:25:48 +02:00
Ivago: invalid parameter errors aren't handled properly
Jef Roosens closed issue Chewing_Bever/fej#10 2021-04-04 15:15:17 +02:00
Make 404 error not return html
Jef Roosens pushed to develop at Chewing_Bever/fej 2021-04-04 15:14:30 +02:00
6af5368a87 Error handler now returns a string instead (closes #10)
Jef Roosens opened issue Chewing_Bever/fej#10 2021-04-04 15:01:24 +02:00
Make 404 error not return html
Jef Roosens commented on issue Chewing_Bever/fej#7 2021-04-04 14:33:38 +02:00
Ivago: replace String with &str wherever possible

I'm not actually sure if this has a point, gonna need to do some more research.

Jef Roosens pushed to develop at Chewing_Bever/fej 2021-04-04 14:19:17 +02:00
64161ddcda Removed unnecessary commented out code
Jef Roosens closed issue Chewing_Bever/fej#9 2021-04-04 14:17:37 +02:00
General error system for better status messages
Jef Roosens deleted branch 9-better-errors from Chewing_Bever/fej 2021-04-04 14:16:14 +02:00
Jef Roosens pushed to 9-better-errors at Chewing_Bever/fej 2021-04-04 14:16:02 +02:00
df6e245030 [#9] Moved calendar function to new errors system
Jef Roosens pushed to develop at Chewing_Bever/fej 2021-04-04 14:14:58 +02:00
bf36263cef Merge branch '9-better-errors' into develop
df6e245030 [#9] Moved calendar function to new errors system
eab31e5e91 [#9] Added general error module
a80774b341 Merge branch '4-ivago-calendar' into develop
0c7d55647e [#4] JSON requests now work!
Compare 17 commits »
Jef Roosens pushed to 9-better-errors at Chewing_Bever/fej 2021-04-04 13:03:33 +02:00
eab31e5e91 [#9] Added general error module
a80774b341 Merge branch '4-ivago-calendar' into develop
0c7d55647e [#4] JSON requests now work!
01276004e1 [#4] Added BasicDate type conversions
c89841ad38 [#4] Finally got proper form value handling (#1)
Jef Roosens opened issue Chewing_Bever/fej#9 2021-04-04 12:35:50 +02:00
General error system for better status messages
Jef Roosens commented on issue Chewing_Bever/fej#4 2021-04-04 12:31:41 +02:00
Ivago: calender ICal output

Should be simple enough to implement, we just need a way to convert from the JSON data to .ics file.