Commit graph

25 commits

Author SHA1 Message Date
7f59443b64 All methods are in the right class 2024-03-23 21:54:17 +01:00
3d0bd47079 Added a service that can get all current tournaments list 2024-03-23 11:56:31 +01:00
e6023e0687 created a gestion sports services class that handles the connection while the connector is dedicated to the requests 2024-03-20 23:11:43 +01:00
16d4a0724c Added a lot of unit tests 2024-03-18 23:46:01 +01:00
0938fb98b7 Big refactoring.
- clubs, booking platforms and user are now defined in customization files -> there are less environment variables
- the responsibility of the session moved
- booking cancellation is available
2024-03-17 23:58:03 +01:00
559c3b6d69 Choose a user with booking availability among many 2024-03-05 00:24:28 +01:00
a8322d6be0 Added some logs 2024-03-03 16:35:57 +01:00
552db2aa8a refactored code to place the booking specific actions inside a gestion-sports element 2024-02-21 23:50:46 +01:00
1ec148e866 refactored code to place the booking specific actions inside a gestion-sports element 2024-02-21 23:48:24 +01:00
59e2271c1b refactored code to place the booking specific actions inside a gestion-sports element 2024-02-21 23:28:08 +01:00
26670bfe34 refactored code to place the booking specific actions inside a gestion-sports element 2024-02-21 23:24:25 +01:00
d0a0072b6d added available users in config 2024-02-20 18:47:11 +01:00
52b962c709 Cleaned code 2024-02-20 18:18:16 +01:00
1c652f2727 Added pre-commit to dev dependencies, and set the black profile to isort 2024-02-20 18:17:27 +01:00
f813e4b973 Isorted and blacked files 2024-02-20 10:29:17 +01:00
badced0a30 Payloads are now built with Jinja templates 2024-02-20 10:29:17 +01:00
ccd019eb4c Added docstrings 2024-02-20 07:50:49 +01:00
868b7b1d2f Fixed import including the module name 2024-02-18 23:07:44 +01:00
8562e101b4 Booking can be made as early as possible depending on the club booking opening 2024-02-17 16:23:53 +01:00
fc11a1e1eb Refactoring for reading the config 2024-02-17 14:26:06 +01:00
51af600d28 ABle to send the booking request to several courts at the same time 2024-02-15 19:55:07 +01:00
e953a4110b Ability to book a single court at a given time with gestion-sports 2024-02-11 22:15:23 +01:00
93bd81ecea platform login is working 2024-02-11 19:44:02 +01:00
95e313d922 Main page of booking platform can be reached 2024-02-11 15:50:46 +01:00
aa155b2748 Initalized git repo, added basic files and a logger 2024-02-11 00:43:10 +01:00