Skip to content
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

persistence for user added workouts #8

Open
3 of 5 tasks
dvmarinoff opened this issue Nov 24, 2020 · 2 comments
Open
3 of 5 tasks

persistence for user added workouts #8

dvmarinoff opened this issue Nov 24, 2020 · 2 comments
Labels
enhancement New feature or request
Projects

Comments

@dvmarinoff
Copy link
Owner

dvmarinoff commented Nov 24, 2020

The app will work with .zwo workout format only.

  • research IndexDB,
  • research Web Workers
  • figure out how to store and work with user added collections of workouts
  • research options for config files, user friendly way to create, edit and import them
  • implement the solution
@dvmarinoff dvmarinoff added the enhancement New feature or request label Nov 24, 2020
@dvmarinoff dvmarinoff added this to Done in Flux Nov 25, 2020
@dvmarinoff dvmarinoff moved this from Done to In progress in Flux Nov 25, 2020
@dvmarinoff dvmarinoff moved this from In progress to To do in Flux Nov 25, 2020
@dvmarinoff dvmarinoff moved this from To do to In progress in Flux Nov 11, 2021
@dvmarinoff dvmarinoff moved this from In progress to Testing in Flux Nov 13, 2021
@steffidortmund
Copy link

Hi, I really like your app!
I have just tried to import a .zwo file and every time the cool down is the other way around... is there something wrong?
Unbenannt

@dvmarinoff
Copy link
Owner Author

dvmarinoff commented Nov 23, 2021

Hi, can you post here the xml content of the .zwo file?

I created a test workout similar to yours with zwofactory and it seems alright:

flux-three vercel app_(Macbook Air)

Here is the content of mine:

<workout_file>
    <author></author>
    <name>test interval order</name>
    <description>test interval order</description>
    <sportType>bike</sportType>
    <tags>
    </tags>
    <workout>
        <Warmup Duration="600" PowerLow="0.25" PowerHigh="0.75"/>
        <IntervalsT Repeat="3" OnDuration="60" OffDuration="300" OnPower="1.21" OffPower="0.5"/>
    </workout>
</workout_file>

EDIT: On further investigation it is not about Interval order, but about unclear meaning of the attributes on a Cooldown tag. Moving it to a separate Issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Flux
Testing
Development

No branches or pull requests

2 participants