-
User Login and Registration Users can login or register by clicking sign up or sign in button in navigation bar on the top right . Figure IV-4 : Sign in Page
Figure IV-5 : Sign up Page After user sign in , the sign out button will replace sign in and sign out button in navigation bar .
3. Trip Searching and Booking If user click search section in navbar, the user will be redirect to search page , from where user can perform trip search by typing their Departure place , destination and departure time .
Figure IV-6 : Search Bar
The user can input departure time by date and time picker.
Figure IV-7 : Date and Time Picker in Search Bar
After providing all the inputs and click on the search button, the data will be sent from backend and present to users in a table: Figure IV-8 : Trip result table We can pick what trip we would like to book or check more information about the trip by click the rows in table. However, booking a trip or checking trip details requires user to login first. If user is not login yet, he or she will be redirected to login page before checking trip details. Figure IV-9 : Trip Detail Page
In trip details page , users can check detailed information about the trip , and they can book the trip by clicking “book this trip” button.