-
Notifications
You must be signed in to change notification settings - Fork 11
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
Discrepancy in # of Tries Between Exported Logbook and App View #36
Comments
this is probably tightly related to #22 - I think in the old app they mainly used the attempts_id and mapped it to the table and later they seem to have switched behaviour. I am also using the Log Quig Attempt feature, which might cause additional problems - I will investigate further. |
Made some progress in understanding the issue:
I don't know whether you are interested in this functionality, and if my proposed pullrequest (#37) interferes with functionality of your climbdex package. I will keep working on it to get a more complete Logbook. All the best, and thanks again! Edit: Sorry for closing and reopening the issue and the PR. I'm having some troubles with basic GitHub functionalities. |
Definitely interested in that functionality! If you are interested in contributing it I would be happy to review. Thanks for investigating, and thank you for your other PR. |
Danke @PTschaikner such a great addition 🙏 |
Released in 0.7.0 |
Firstly, thank you for this wonderful repo—it has potentially solved many of my problems! I started using the "climbing tracker" app to record my climbs because it allows data export, which is not possible with the native Aurora apps, but it would be great to being able to somehow use the aurora data, especially because the visualisations could be made available to many more users. Additionally, I have a DIY tension board with a DIY LED system, and the database download feature might allow me to sync the tension board boulders from the app, which would be awesome.
I have encountered an issue with the exported logbook data. When I export the logbook, the number of tries recorded differs from what is displayed in the app's logbook view. Specifically, I am referring to the "x attempts in y sessions" information (see the screenshot below).
Is there an easy way to extract the data they use to build this "x attempts in y sessions" information? This data could be useful for many users because it gives a much better idea about how much work you put into a project.
I am happy to contribute myself, though I am a beginner and would appreciate some pointers. Any assistance or direction would help me get started and contribute meaningfully.
Thank you!
The text was updated successfully, but these errors were encountered: