A beginner-friendly Taxi Booking System project in C++ with realistic fare logic.

5 Open Issues Need Help Last updated: Aug 8, 2025

Open Issues Need Help

View All on GitHub
Application Development Data Management & Tracking

AI Summary: Enhance the existing C++ taxi booking system to display a summary section after a successful booking. This summary should include the driver's name, a placeholder image, the customer's name, and the booking status (Confirmed, Cancelled, or Pending). The information should be neatly presented at the end of the booking process.

Complexity: 2/5
enhancement good first issue Feature C++

A beginner-friendly Taxi Booking System project in C++ with realistic fare logic.

C++
Application Development Data Management & Tracking

AI Summary: Implement a driver assignment algorithm for a basic C++ taxi booking system. The algorithm should automatically assign an available driver to a user based on a simple first-available approach, potentially incorporating location in the future. This involves tracking driver availability status and integrating the assignment logic into the existing system.

Complexity: 3/5
bug help wanted C++

A beginner-friendly Taxi Booking System project in C++ with realistic fare logic.

C++
Application Development Data Management & Tracking
Improve Input 28 days ago

AI Summary: Improve the taxi booking system's input validation to only accept numeric input for pickup and drop location selections. The system should display a clear error message for invalid input and repeatedly prompt the user until valid input is received.

Complexity: 2/5
bug enhancement good first issue C++

A beginner-friendly Taxi Booking System project in C++ with realistic fare logic.

C++
Application Development Data Management & Tracking

AI Summary: Implement a user authentication system for drivers in a basic C++ taxi booking system. This involves adding login and registration functionality with username/password validation, and potentially separate interfaces for riders and drivers.

Complexity: 3/5
enhancement good first issue Feature C++

A beginner-friendly Taxi Booking System project in C++ with realistic fare logic.

C++
Application Development Data Management & Tracking

AI Summary: Enhance a basic C++ taxi booking system to include vehicle type (car/bike) selection based on calculated fare, enforce minimum fare rules (Rs. 400 for cars, fixed fare for bikes), and update the user interface to display vehicle type and fare negotiation details accordingly.

Complexity: 3/5
bug enhancement good first issue Feature C++

A beginner-friendly Taxi Booking System project in C++ with realistic fare logic.

C++