Skip to content

Add strava compatibility #8

@vibgy

Description

@vibgy

As a developer, I would love to be able to map the generated json to Strava easily. As of now, some key attributes that Strava looks at are missing from the JSON.
Ref: https://strava.github.io/api/v3/uploads/#file-types

Strava supports the following MESSAGE TYPES and ATTRIBUTES
file_id
--------    
manufacturer 
product 
time_created

session 
--------    
sport 
total_elapsed_time 
total_timer_time 
total_distance 
total_ascent

lap 
--------    
timestamp 
total_elapsed_time 
total_timer_time 
total_distance 
total_ascent

record  
--------    
timestamp 
position_lat 
position_long 
altitude 
heart_rate 
cadence 
distance 
power 
temperature 

event   
--------    
timestamp 
type 

Activity type is detected from session.sport.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions