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
Install new packages
npm install
Run the app
expo start
Click on the menu located on the searchbar
Click on Shuttle Bus in the side menu
Toggle between campuses and scroll down :)
What it looks like
Important
This feature could not have been completed without @AlainJobs's help, so thank you very much for all your help!!!!
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
npm install
expo start
What it looks like
Important
This feature could not have been completed without @AlainJobs's help, so thank you very much for all your help!!!!