-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add JSON Workout to app? #567
Comments
You can create and export workouts from Settings-Workouts-Manage eWorkouts There should be an option to create workouts from the tab, interval and advanced/interval should be merged. |
Thank you for your replies, both here and on my other threads. I really appreciate it. I agree that creating workouts should be accessible from the tabs. I asked about importing json files because I didn't see how to create workouts in RunnerUp, or how to edit the workout in the Interval tab. I figured out how on the Garmin connect site to make a workout and save it locally as a json file. I figured that I might then import a workout json file. This functionality is not really required, given the existence of the Create Workout option, which creates a json entry on the Advanced tab anyway. To discuss the tab issue a little more, I think the Interval tab could be eliminated altogether. The Advanced tab could be renamed Workouts, and a default Interval workout be added to the initial set of offerings in app_workouts. |
The GUI should be refreshed at RunnerUp with a normal toolbar and navigation drawer before other changes are done. |
you can import json workouts (from garmin)
by mailing them with correct mime-type and
then runnerup will import then...
the easiest way of seeing how that work is by "sharing" a workout,
that will send such a mail...
…On Wed, Jun 14, 2017 at 6:33 AM, David T. ***@***.***> wrote:
I am a new user of RunnerUp, and I very much like what I see.
I generally like to run interval sessions, but need a little more
configurability than I see on the Interval tab, specifically in regard to
the warmup and cooldown. These currently are hard coded into the app as
continue until tap steps. I much prefer to have timed warmup and cooldown,
but have no way to change them on the Interval tab.
I thought that perhaps I could add my own custom workouts in the advanced
tab. Currently, there are three workouts listed there, and digging around
here shows me that these workouts are individual Garmin Connect JSON files
that are stored here in runnerup/app/assets/bundled/app_workouts.
Is there a way to add other JSON files directly to my phone so that they
appear in the options? Or do I have to add the file to the sources and
build the app locally? I will note that I am not a programmer, and have
zero experience with java, so building the app will be a challenge.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#567>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABYS2987PYpO8r9mpAM2R798I9f_p13ks5sD2KSgaJpZM4N5X2w>
.
|
@jonasoreland Would you be ok with some PRs to refresh this part of the GUI? I'm thinking:
|
Sounds exiting... |
The enhancment from this discussion is merged, closing this specific issue, @davidedelvento knows how to crete new issues |
I am a new user of RunnerUp, and I very much like what I see.
I generally like to run interval sessions, but need a little more configurability than I see on the Interval tab, specifically in regard to the warmup and cooldown. These currently are hard coded into the app as continue until tap steps. I much prefer to have timed warmup and cooldown, but have no way to change them on the Interval tab.
I thought that perhaps I could add my own custom workouts in the advanced tab. Currently, there are three workouts listed there, and digging around here shows me that these workouts are individual Garmin Connect JSON files that are stored here in runnerup/app/assets/bundled/app_workouts.
Is there a way to add other JSON files directly to my phone so that they appear in the options? Or do I have to add the file to the sources and build the app locally? I will note that I am not a programmer, and have zero experience with java, so building the app will be a challenge.
The text was updated successfully, but these errors were encountered: