Skip to content

1. Features

rebeccaweill edited this page Nov 2, 2018 · 4 revisions

1. Features

We implemented the following features for the driver application:

  • The system can add a driver user
  • A driver can add a route using the following parameters; date, start city, end city, vehicle type, number of available seats and price
  • A driver can delete a route
  • A driver can modify a route
  • A driver can rate a passenger
  • A driver can log in to the driver application using a username and password
  • A driver can see the routes they created

We implemented the following features for the passenger application:

  • The system can add a passenger user
  • A passenger can search for a route by putting in the following parameters; date, start city, end city
  • A passenger can sign up for a route
  • A passenger can rate a driver
  • A passenger can leave a route
  • A passenger can log in to the passenger application using a username and password

Clone this wiki locally