acmpesuecc / Cab-Booking-Management-Simulation

This project is used for booking vehicles for travel purposes. It can be used both as an admin and a user. The admin has the ability to edit, add, delete and end driver trips. He can also the view the bills. The user can book vehicles like sedan, SUV or a bus. He can also choose the departure and arrival places from the file.
MIT License
1 stars 10 forks source link

Static locations #3

Open aarav-babu opened 2 years ago

aarav-babu commented 2 years ago

Static locations: As of now, users can book vehicles from predefined locations only. Destinations are also predefined.

Expected output: Users should be able to book vehicles with their choice of pickup and drop locations instead of being limited by the program. Needs dynamic input of pick up and drop locations. Distance (in kms) can be entered by the user manually and bill is calculated accordingly.

Optional: Think of a way to avoid the user entering the distance manually. The program should take care of distance and bill calculation.

Potential bounty points that can be earned: Bounty points (apply to all successful PR submissions): 50

Typeaway14 commented 2 years ago

Hey! id love to work on this :)