Skip to content
  • No due date Last updated 4 months ago

    Record health information using the watch Watch sync Get chall…

    • Record health information using the watch

    • Watch sync

      • Get challenge info from phone
      • Passing finished activity information to phone
    • ActivityView:

      • ActivitySettingView
        • List of challenges you are in
        • Able to select current challenge to display
      • ActivityHomeView (while user is current doing an activity)
        • Show timer
        • target challenge
        • Stats (heart rate, speed, ect)
      • ActivityControlView
        • End activity button
        • Navigate to SummaryView
      • SummaryView
        • Show summary states
        • target challenge
        • Other relevant information
        • Automatic transfer data to watch
      • HomeView
        • StatsHomeView
        • BeginActivityView

    Sample navigation

    StatsHomeView => swipe down
    BeginActivityView => click “Start Activity”
    ActivitySettingView => select challenge
    ActivityHomeView => Swipe left =>
    ActivityControlView => click “End Activity”
    SummaryView => click x
    StatsHomeView

    100% complete