boolder-org / boolder-android

Boolder Android app https://www.boolder.com/en/app
MIT License
26 stars 12 forks source link

Multi lines (for traverses) #109

Closed nmondollot closed 4 months ago

nmondollot commented 4 months ago

We want to properly handle problems (like traverses) that have multiple lines.

Example: https://www.boolder.com/fr/fontainebleau/jean-des-vignes/6635-les-frelons

It actually has three lines in the database:

Capture d’écran 2024-05-06 à 10 25 57

Data model

I'm in the process of adding a position column in the lines table to determine the order in which the lines should be displayed. In the mean time you can use the default ordering (i.e. not use ordering).

UI

Still not implemented on iOS or web, but here's a proposal:

nmondollot commented 4 months ago

Precision about the UI: display the problem circle view only for the first line (not the others)