lemeryfertitta / Climbdex

Search engine for training board climbs
https://climbdex.com
MIT License
43 stars 11 forks source link

feature request: add left right button to #16

Closed gardaholm closed 7 months ago

gardaholm commented 7 months ago

really awesome repo, love it!

For the mobile view a left right button, next to the Climbs name would be really handy. So you can scroll through the route-images easier.

image
lemeryfertitta commented 7 months ago

Great idea! I'll work on this in the next few days unless you're interested, in which case I am happy to accept PRs.

gardaholm commented 7 months ago

would be great if you have time. left/right buttons would be really nice addition.

I played around a bit with another feature I had in mind: adding a username, fetching the ticked climbs and hiding them from the list. but I'm still having troubles with the api and can't fetch my own logbook :)

lemeryfertitta commented 7 months ago

@gardaholm prev/next buttons deployed! Check it out and let me know what you think. I think left/right swipe would be a nice addition, I'll branch that out to a separate issue.

adding a username, fetching the ticked climbs and hiding them from the list

You would need to add a password as well, getting the ticked climbs requires a login. There are two ways to do it - you can use the sync function, or the logbook API. Both should work. If we wanted to avoid storing user data (more expensive/complex), the logbook API would be the way to go. I think this is a much bigger ask though, as there would need to be some convenient way to "log in," and you'd have to log in separately for each type of board. I'm going to create a separate ticket for this request as well.

This kind of request points to a much bigger idea, which is just to fully replace these apps with an open source board app that can do everything for every board. I think thats a little ambitious for Climbdex at this point, but its something I've certainly thought about and do have some interest in working on.

gardaholm commented 7 months ago

nice addition, this is really excellent to go through the results. love it