Skip to content

Resting HR Could be added to interday.gs #14

@jchristy13

Description

@jchristy13

Note I have no idea what I'm doing on github so there's probably a not terrible way to document this correctly. Sorry.

The way I did this might be a little hacky, but it's definitely possible without too much trouble. It might be worth adding this - I know I was very interested in having this included, in addition to the other columns already there.

  1. Add "activities/heart" to LOGGABLES
  2. Include heartrate in setscope
  3. Add conditional within sync data population to check title != "heart"
    If true -> cell.offset(index, !dateColDone + activity * 1.0).setValue(val["value"]); (no change)
    If false -> cell.offset(index, !dateColDone + activity * 1.0).setValue(val["value"]["restingHeartRate"]);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions