Commit Graph

31 Commits

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