-
Notifications
You must be signed in to change notification settings - Fork 14
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
Tick climbs #46
Comments
this will probably lead to new UI Elements, maybe these can be added as bottom row? The detailed ticking interface could be improved a lot compared to the app experience. thecrag.com offers a pretty neat quick-tick feature for routes. where all important selections are visible as big. buttons and you dont need any dropdowns or submenus.
Issue can probably be split up if boardlib is able to include the put calls |
suggestion for a possible tick-climb modal, If user is not logged in: instagram could be shown instead of the tick icon. If user is logged in: about the tick-modal:
haven't tried hooking up the save_ascent() function, but I guess all needed inputs should already be used on the draw_climb page … tick_modal.mp4 |
For icons and such, maybe we could narrow it down to having a light up button on the left and then a second button on the right which is just a dropdown (maybe an arrow or three vertical dots) which has beta pages, ticking, and future items like stats, saving to circuits, etc. Tick modal is looking nice! Angle shouldn't be needed from user input as every climb has an associated angle already. Seems fine to set date to now. |
We've hooked up the boardlib save_ascent() function and were able to tick the first climbs. We didn't test in detail, but most of the settings worked for our first tests on tb2-mirrored
I've pushed my branch to fly.io, if you want to have a look: climbdex.why.dev We are currently struggling with the differentiation between ascents and attempts. |
It's been a little while since I looked at it, but I believe the |
Alright, a good to know, then I won't use trial and error to get some attemts logged via this call :) Will clean up the code a bit, add some more minor changes and create a PR for the ascents. I'm on a holiday trip the next 3 weeks but will probably find some time to work on it. Would be a good step forward :) |
Deployed! Still more to be done on this feature but we can address in other issues/open new ones as needed |
This is probably the last major issue before Climbdex can be used without having to open the apps during most sessions.
In addition to some UI on the results page, Boardlib needs to be updated to include calls to write to the Aurora central db: lemeryfertitta/BoardLib#20.
The text was updated successfully, but these errors were encountered: