Commit Graph

30 Commits

Author SHA1 Message Date
Nicolas Roche 5d8b8b5bea utils: add date type to endpoint parameters (#72641) 2022-12-23 10:18:16 +01:00
Valentin Deniaud 989fb52719 misc: apply pyupgrade (#61865) 2022-09-29 16:22:29 +02:00
Benjamin Dauvergne a5ab8e81c7 misc: fix warnings about implicit string concatenation 2022-06-02 00:40:45 +02:00
Lauréline Guérin 08abed92ec
misc: fix consider-using-enumerate pylint error (#62099) 2022-03-25 09:03:39 +01:00
Lauréline Guérin 2e59a6c4be
misc: fix useless-object-inheritance pylint error (#62099) 2022-03-25 09:03:36 +01:00
Lauréline Guérin 59182339ab
misc: fix redundant-u-string-prefix pylint error (#62099) 2022-03-25 09:03:36 +01:00
Nicolas Roche 06db6d8767 misc: apply isort (#52937) 2021-05-07 13:51:13 +02:00
Frédéric Péters 3d9df1e526 trivial: apply black (#49820) 2021-02-20 16:28:47 +01:00
Emmanuel Cazenave 42bfc161ab planitec: expect a dict in custom_fields (#50549) 2021-02-04 10:36:07 +01:00
Emmanuel Cazenave 2d5b8659d1 planitec: eventually ignore places with no capacity (#45076)
If a filtering on capactiy is explicitly asked,
ignore places with no capacity.
2020-07-15 15:05:48 +02:00
Emmanuel Cazenave ca492db2b7 planitec: return unavailable places (#35941) 2019-09-09 15:09:27 +02:00
Emmanuel Cazenave 8db639426f planitec: handle extensions on reservation (#35771) 2019-09-09 15:06:15 +02:00
Emmanuel Cazenave e8446c7183 planitec: change price code dynamically (#32472) 2019-06-18 14:22:38 +02:00
Emmanuel Cazenave d7abdba261 planitec: make custom fields optionnals (#32188) 2019-05-21 12:01:13 +02:00
Emmanuel Cazenave 9396e907da planitec: expose days restriction parameter as is (#33198) 2019-05-21 11:52:03 +02:00
Emmanuel Cazenave b06a0d68e9 planitec: filters homogenisation (#32828) 2019-05-20 15:22:12 +02:00
Emmanuel Cazenave f1d45d0d0e planitec: add getplace endpoint (#32800) 2019-05-06 14:06:33 +02:00
Emmanuel Cazenave 7554e021a2 tests: adjust an assertion on a planitec label (#32189) 2019-04-19 11:55:29 +02:00
Emmanuel Cazenave 561b159936 planitec: add getreservationsinfo endpoint (#31625) 2019-04-04 11:19:45 +02:00
Emmanuel Cazenave 1660716b26 planitech: add a pricing code on users (#30261) 2019-04-03 19:41:41 +02:00
Emmanuel Cazenave 62e683f378 planitech: getreservationprice endpoint (#30261) 2019-04-03 17:07:12 +02:00
Emmanuel Cazenave 1955efda7e planitech: filter place referential with custom attributes (#29666) 2019-01-15 09:41:38 +01:00
Emmanuel Cazenave 324cba80fa planitech: add some parameters to createreservation endpoint (#29659) 2019-01-15 09:41:17 +01:00
Emmanuel Cazenave bb8fee662b planitech: create users under the hood (#29514) 2019-01-15 09:40:25 +01:00
Emmanuel Cazenave e9b16ec213 planitech: use custom fields (#29127) 2019-01-09 11:13:26 +01:00
Emmanuel Cazenave 9e0f343697 planitech: expose identifiers and capacities as int (#29125) 2019-01-08 10:48:10 +01:00
Emmanuel Cazenave e515b6e351 planitech: use naive datetime (#29453) 2019-01-08 10:46:20 +01:00
Emmanuel Cazenave fce83c8a3a create 'getfreegaps' enpoint fot availibilty queries (#28827)
It has the same capabilities than 'getdays' by using display=date
and 'getplaces' by using display=place.

Search intervals can be specificed with days delta from now.
display=full will return a data easy to use in a template to display
global availability.

The place referential gain adresses.
2018-12-11 11:39:02 +01:00
Emmanuel Cazenave a384ccf218 planitech: filter dates by place id (#28298) 2018-12-05 16:55:27 +01:00
Emmanuel Cazenave 073d35bd8a create planitech connector (#27653) 2018-11-19 16:28:30 +01:00