workouts #162
Replies: 6 comments
-
Hi and welcome to the repo! I've just deliberated on a few possible ways to implement a similar functionality and I think the best approach given all the possible use cases is to put the workouts storage in IndexedDB in the browser. Will sit down to implement it over the weekend and will take into account the bulk upload too. |
Beta Was this translation helpful? Give feedback.
-
Thank you in advance. I was looking into it myself but I keep breaking it up. Js isn't my language unfortunately. I wish I new how to make this with python, I can't find any documentation about it. Well done to you for figuring this out. |
Beta Was this translation helpful? Give feedback.
-
Hey just to let you know I started work on that issue and it will be available for preview on the develop branch which is hosted here: https://flux-dev.vercel.app/ Currently I managed to only add the ability to store the User added workouts to IndexedDB. Those will be merged with the default once from the |
Beta Was this translation helpful? Give feedback.
-
Thanks for all the hard work so far. Tomorrow I will try it out. With using this style of dB, it is saved in the browsers history or does it work another way? |
Beta Was this translation helpful? Give feedback.
-
Good news, finally had some time to sit down and finish this feature. It's on the develop branch and practically done. Screen.Recording.2023-12-14.at.13.32.17.mov |
Beta Was this translation helpful? Give feedback.
-
@vonfoxie87 the feature is now live on master and on the main site |
Beta Was this translation helpful? Give feedback.
-
i am running your awesome application on my own machine now, i am very pleased with it.
Besides the fact i am very happy, i am wondering why its not possible to just drop .zwo files into the workouts directory. I wish to use many .zwo workouts and its not really usefull to edit the js file with al those workouts.
Is there a workaround to make this happen?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions