Skip to content

An assigned group project of a dynamic website called OnRoute allows users to log in for them to book flights, hotels, and rental vehicles. HTTP5202 Nithya Thayanantha

Notifications You must be signed in to change notification settings

alexsxnchez/OnRoute

Repository files navigation

HTTP5202 PHP Project - OnRoute

My Contribution

Alexis Arevalo: Vehcile Rentals (Pages - vehicles.php, vehicleInfo.php, and vehicleSelection.php)

  • All vehicles in the database are displayed, and the user can select a vehicle by clicking on it.
  • The user will not be able to select or submit any vehicles without logging in first.
  • When the user selects a vehicle, they are redirected to (vehicleSelection.php) a vehicle information page which is retrieved by the stored vehicle 'id'.
  • All inputs made to the vehicle search form are validated against empty fields. - Working on Sanitizing input fields against malicious code injections.
  • Users are able to search the database for vehicles based off of pick-up locations, pick-up dates, and return dates - What they will see once submitting the search, are all the vehicles that match pick up location.
  • Pick up date and return date will be use to calcualte the total price from the the vehicle price/day.
  • Vehicle that are already rented will not be available for selection.
  • All searches selected are sent and retrieved in (vehicleSelection.php). If user selects a vehicle that is not searched then they will have to submit a pick up date and return date within (VehicleSelection.php)
  • If a vehicle is already rented which matches the users date selections, then an error will appear stating that they must select a diffrent date.
  • Upon approval, the vehicle selected is saved along with all it's information.
  • Users can check their all their rentals and vehicle information by clicking the rental list button on the top right corner of (vehicles.php) which takes them to the (vehicleInfo.php) page.

The < WebDevs > - Team

Developers:

  • Alexis Arevalo
  • Daniel Guinto
  • Mohamed Sakr
  • Nai-Hsien Chen
  • William Midgette

PHP HTML5 CSS3 JavaScript

About

An assigned group project of a dynamic website called OnRoute allows users to log in for them to book flights, hotels, and rental vehicles. HTTP5202 Nithya Thayanantha

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published