31 Commits

Author SHA1 Message Date
Arnaud Delcasse
38cb3c5ad9 Add motivation field to organized carpool bookings
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m58s
2025-10-08 18:51:22 +02:00
Arnaud Delcasse
b431d460bf Update OCSS dependency to include driver compensation fields
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 3m0s
2025-10-08 16:27:44 +02:00
Arnaud Delcasse
4392f22783 Add driver compensation to ToOCSS and FromOCSS transformations
Some checks failed
Build and Push Docker Image / build_and_push (push) Has been cancelled
2025-10-08 16:25:25 +02:00
Arnaud Delcasse
5dbb3e23d4 Add driver compensation fields to OCSS Booking struct
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 2m59s
Add DriverCompensationAmount and DriverCompensationCurrency fields to the Booking struct to support storing driver compensation information in the database.
2025-10-08 16:20:09 +02:00
Arnaud Delcasse
feb4909a70 Fix nil pointer dereference in ToOCSS when Price.Type is nil
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 2m57s
Handle optional Price.Type field properly to prevent panic when converting booking to OCSS format.
2025-10-08 15:59:31 +02:00
Arnaud Delcasse
51068be38b Add driver compensation fields to CarpoolServiceBooking
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 3m5s
Add driver_compensation_amount and driver_compensation_currency fields to store driver compensation information in carpool bookings.
2025-10-08 15:52:03 +02:00
Arnaud Delcasse
678286b384 fix missing distance
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 2m57s
2025-10-08 09:08:53 +02:00
Arnaud Delcasse
b7ac71741f Improve passenger pickup/drop handling
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 3m8s
2025-09-25 06:36:14 +02:00
a95cd6eb55 fix
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 25s
2025-04-29 10:22:39 +02:00
30a3d18277 fix
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 26s
2025-04-29 10:21:00 +02:00
4b6de48764 fix 2025-04-29 10:15:08 +02:00
9f0dd430e8 fix
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 31s
2025-04-29 08:59:04 +02:00
88e3bae685 revert
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 28s
2025-04-29 08:53:25 +02:00
fe30c3fc12 fix ocsstime pointer
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 1m7s
2025-04-29 08:46:16 +02:00
575b8129b7 Get all bookings
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 44s
2025-04-15 10:25:02 +02:00
4718de6c80 integration with parcoursmob
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 2m23s
2025-03-25 15:07:39 +01:00
d465ef56c9 Add CI and fix conflict in proto definitions
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 30s
2025-03-13 17:56:54 +01:00
0ad6ce8762 go mod changes 2025-03-13 13:12:24 +01:00
6dc6774ea7 go mod changes 2025-03-13 12:59:04 +01:00
201e803c6a Ajouter LICENSE.md 2024-09-19 05:27:43 +00:00
e0b7d73e74 update 2023-09-26 16:42:46 +02:00
f5938d23df Add PostgreSQL database option and more booking flow functionalities 2023-05-08 01:30:50 +02:00
e2e6759dc0 Add PostgreSQL database option and more booking flow functionalities 2023-05-08 01:29:59 +02:00
d8346a20be fix and conversions 2023-04-05 20:57:27 +02:00
2f536dfb19 regular routes journeys, persistent KV to store return states, ... 2023-04-03 20:35:12 +02:00
0ae5730e7f Booking 2023-03-30 08:44:58 +02:00
bf6453b963 make distance stuff greate again 2023-03-30 00:45:18 +02:00
fafa58daf1 update proto 2023-03-29 13:32:21 +02:00
1a5c2a33c9 update proto 2023-03-29 13:30:24 +02:00
bbc682386a Add tiles management 2023-03-29 12:50:25 +02:00
77c8576254 initial commit 2023-03-27 20:54:56 +02:00