The goal of the project is to make a route map with an overlay with charts which show more detail of a trip.
- As a user I can import a GPX file into Apple Health. The file will be included in the project
- As a user I can see a route of my session. All data should be read from Apple Health
- As a user I can a chart of my speed across the session
- As a user I can see a chart of my pace across the session
- As a user I can see a chart of my heart rate across the session
- App can be either UIKit, SwiftUI or a hybrid
- You can use any third party dependencies you see fit, but be prepared to explain why you chose them
- Remember to include time for demoing your app and other communications that may come up
- You don't need to worry about presenting errors or feedback to the user, you can just use
print
oros_log