mohanadarafe / GuideMe

SOEN 390 | Winter 2020 | Mini Capstone
7 stars 5 forks source link

US21 - As a user, I would like to view the Concordia shuttle bus schedule for both campuses. #225

Closed bkenza closed 4 years ago

bkenza commented 4 years ago

About this PR:

The main feature implemented in this PR is:

US21 - As a user, I would like to view the Concordia shuttle bus schedule for both campuses.

This pull request fixes issues #28 & #167. Users will now able to view shuttle bus times in a screen accessible through the side menu. It should be mentioned that the displayed schedule is sorted by day and time. The user can toggle between the two campuses and the schedule displayed changes accordingly.

To test

  1. Install new packages npm install
  2. Run the app expo start
  3. Click on the menu located on the searchbar
  4. Click on Shuttle Bus in the side menu
  5. Toggle between campuses and scroll down :)

What it looks like

image

Important

This feature could not have been completed without @AlainJobs's help, so thank you very much for all your help!!!!