Skip to content

Files

Latest commit

53e7962 · Jul 4, 2017

History

History
48 lines (29 loc) · 2.36 KB

README.md

File metadata and controls

48 lines (29 loc) · 2.36 KB

CourseTracker

*Voted Best iOS Application at Lighthouse Labs Demo Day

iOS application for students in post secondary institutions (College/ University) that helps students by increasing their productivity. Students plan out their courses and athletics then find where it is located.

Timeline

Started the initial research and began on Wednesday June 14th at 10:00 AM. We presented the app on Thursday June 29th at 4:00 PM.

Demo Images

Home Calendar Courses Manager Athletics Manager Map Routes Selected Route

User Case

The user will add the courses they are currently taking. The courses will then be automatically displayed in a calendar with details about the course. The user can also add real-time athletic events provided by the university at a certain date. If the user double taps on a date on the calendar they will be provided with a map that displays where each class is and provide a path with the distance for each class of the day. The map also allows the user to find parking around campus for cars or bicycles if they choose.

Future Goals

  • Incorporate more University API’s: Waterloo, UFT, UBC etc.
  • Better mapping, Google Maps.
  • Weekly calendar for better viewing or incorporate Apples built in calendar.

Technologies Used

-University of Toronto API

Access to real-time updated Univeristy of Toronto API.

-Realm

Used to house the Data from API calls and for its cross platform accessibilty.

-Alamofire

Easy to use network-calls.

-JTAppleCalendar

Fully customizable calendar.

-Carthage

Used as our dependancy manager.