Skip to content

Releases: ECSE321-Fall2018/t09

Backend Updates for Administrator’s Terminal (Web)

23 Nov 16:56
83a6886

Choose a tag to compare

Changes are made to support the Administrator’s Terminal.

Android Frontend Implementation

02 Nov 16:54
987ac9a

Choose a tag to compare

Sprint2

Driver App Description

Driver App Description (Version for Release)

Take a passenger on your next trip to save costs with RideShare9. Sharing is simple with our new App.

HOW SIMPLE?
One Step Sign Up - Sign up in a minute to post an advertisement.
Manage Vehicles in Your Way - Have more than one vehicle registered and update information easily.
Have Multiple Stops - Add more stops to find more passengers

Driver App Description (Version for Development and Grading)

Sign Up

Users can sign up as a driver through a username and a password on the sign-up page. An error message will be given for an existing username , mismatching passwords or illegal inputs. The sign-up button works only when there is no error. After signing up, the log-in page is displayed.

Log In

Users can log in their account and choose to keep logging in for convenience. An error message will be given for non-existent usernames,mismatching passwords or illegal inputs. The log-in button works only when there is no error. After logging in, the advertisement tab is displayed.

Advertisement Tab

Users can post an advertisement in the advertisement tab by typing time, price, stops and selecting a vehicle.

Vehicle Tab

The vehicle tab shows a list of vehicles that a user has registered. Users can add a car by giving model, license plate, colour and number of seats. Users may update or delete any vehicle in the list.

Home Tab

The home tab is a portal that displays user information and the number of their trips. User can also change their statuses here,from on ride to standby and vice versa.

Passenger App Description

Passenger App Description (Version for Release)

Enjoy great trips at low prices with RideShare9. Sharing is more simple and efficient with our new App.

HOW SIMPLE?
One Step Sign Up - Sign up in a minute to enjoy your trip.
Find a Trip in Your Way - Browse journey and sort by price, time or stop.
Current Trips and More - See current trips in the home tab and click for a map view.

Passenger App Description (Version for Development and Grading)

Sign Up

Users can sign up as a passenger and need to input a username and a password twice on the sign-up page. An error message will be given for an existing username , mismatching passwords or illegal inputs. The sign-up button works only when there is no error. After signing up, the log-in page is displayed.

Log In

Users can log in their account and choose to keep logging in for convenience. An error message will be given for non-existent username,mismatching passwords or illegal inputs. The log-in button works only when there is no error. After logging in, the home tab is displayed.

Home Tab

The home tab is a portal where greeting messages and a current & upcoming trip list (if any) are displayed. The trip list is refreshed continuously. By clicking a trip, users can see a map with the destination indicated. In the map view, users can open google map to navigate.

Journey Browser Tab

The journey browser tab shows all available trips. User can choose to sort by price, time or stop.

User Profile Tab

The user profile tab displays user's information and the number of their trips. Users can log out in this tab.

Back-end Implementation

08 Oct 01:16
253b05e

Choose a tag to compare

Sprint1

Update README.md