From ec5b43ef8c53bf503e6aba302da0a33351f65ba7 Mon Sep 17 00:00:00 2001 From: Akram El Assas Date: Sat, 1 Feb 2025 21:57:21 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a319331a..77a375a9 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Customers can sign up from the frontend or the mobile app, search for available * Multiple language support (English, French, Spanish) * [Multiple currencies support](https://github.com/aelassas/bookcars/wiki/Add-New-Currency) * Multiple pagination options (Classic pagination with next and previous buttons, infinite scroll) -* [Multiple Payment Gateways supported](https://github.com/aelassas/bookcars/wiki/Supported-Payment-Gateways) +* [Multiple Payment Gateways supported](https://github.com/aelassas/bookcars/wiki/Payment-Gateways) * Responsive admin dashboard and frontend * Native Mobile app for Android and iOS with single codebase * Push notifications @@ -105,7 +105,7 @@ You can install the Android App by downloading the APK and installing it on any 5. [Installing (Docker)](https://github.com/aelassas/bookcars/wiki/Installing-(Docker)) 1. [Docker Image](https://github.com/aelassas/bookcars/wiki/Installing-(Docker)#docker-image) 2. [SSL](https://github.com/aelassas/bookcars/wiki/Installing-(Docker)#ssl) -5. [Supported Payment Gateways](https://github.com/aelassas/bookcars/wiki/Supported-Payment-Gateways) +5. [Payment Gateways](https://github.com/aelassas/bookcars/wiki/Payment-Gateways) 6. [Setup Stripe](https://github.com/aelassas/bookcars/wiki/Setup-Stripe) 7. [Build Mobile App](https://github.com/aelassas/bookcars/wiki/Build-Mobile-App) 8. [Demo Database](https://github.com/aelassas/bookcars/wiki/Demo-Database) From 26c2bb89de6ee945d84c4d91890bedba8391f711 Mon Sep 17 00:00:00 2001 From: aelassas Date: Sat, 1 Feb 2025 22:19:46 +0100 Subject: [PATCH 2/5] Fix: correct markdown link in scheduler README --- backend/src/components/scheduler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/components/scheduler/README.md b/backend/src/components/scheduler/README.md index 2e2d2de6..42cc17f7 100644 --- a/backend/src/components/scheduler/README.md +++ b/backend/src/components/scheduler/README.md @@ -1,6 +1,6 @@ # React Scheduler Component -This component was forked from the following [project]()https://github.com/aldabil21/react-scheduler and was updated to fix bugs and meet specific needs. +This component was forked from the following [project](https://github.com/aldabil21/react-scheduler) and was updated to fix bugs and meet specific needs. > :warning: **Notice**: This component uses `mui`/`emotion`/`date-fns`. if your project is not already using these libs, this component may not be suitable. From c60dab6622ccb5c7cb6cf5311950b8da2e91ee0e Mon Sep 17 00:00:00 2001 From: aelassas Date: Sat, 1 Feb 2025 22:24:14 +0100 Subject: [PATCH 3/5] Fix: typo in cars.ts --- backend/src/lang/cars.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/lang/cars.ts b/backend/src/lang/cars.ts index 99c6e57b..9fa5d597 100644 --- a/backend/src/lang/cars.ts +++ b/backend/src/lang/cars.ts @@ -67,7 +67,7 @@ const strings = new LocalizedStrings({ AVAILABLE: 'Disponile', UNAVAILABLE: 'Indisponible', CAR_AVAILABLE: 'Répertoriée dans les résultats de recherche', - CAR_AVAILABLE_TOOLTIP: 'Cette voiture est eépertoriée dans les résultats de recherche.', + CAR_AVAILABLE_TOOLTIP: 'Cette voiture est répertoriée dans les résultats de recherche.', CAR_UNAVAILABLE: 'Non répertoriée dans les résultats de recherche', CAR_UNAVAILABLE_TOOLTIP: "Cette voiture n'est pas répertoriée dans les résultats de recherche.", VIEW_CAR: 'Voir cette voiture', From 8ec8ccab733eb79580f0263b000f95ba7e429e21 Mon Sep 17 00:00:00 2001 From: aelassas Date: Sat, 1 Feb 2025 22:53:36 +0100 Subject: [PATCH 4/5] Fix: update default map position and improve date handling in search form --- frontend/src/pages/Checkout.tsx | 2 +- mobile/components/SearchForm.tsx | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/pages/Checkout.tsx b/frontend/src/pages/Checkout.tsx index 79164a6f..160e58b6 100644 --- a/frontend/src/pages/Checkout.tsx +++ b/frontend/src/pages/Checkout.tsx @@ -561,7 +561,7 @@ const Checkout = () => { {((pickupLocation.latitude && pickupLocation.longitude) || (pickupLocation.parkingSpots && pickupLocation.parkingSpots.length > 0)) && ( Date: Sun, 2 Feb 2025 18:53:41 +0100 Subject: [PATCH 5/5] Update CITATION.cff --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 1add3de7..6920b8ec 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,6 @@ cff-version: 1.2.0 message: "If you use BookCars in your research or projects, please cite it using the following metadata." -title: "BookCars: A Car Rental Booking System" +title: "BookCars: A Car Rental Booking Platform with Mobile App" authors: - name: "Akram El Assas" year: 2025