Closed FlorianPix closed 1 year ago
This is necessary even if the app only shows the data one user puts in because one user might repeat routes.
https://github.com/FlorianPix/climbing_diary/wiki/data-structure-climbingAPI will be implemented as a list of ascends inside the pitch
in the new data structure this is represented as ascents of pitches
duplicate of #85
routes of spots should be independent of date and rating and so on same for pitches of routes
separate spots,routes and pitches of done-spots, done-routes and done-pitches done-spots ... only have a spot_id, spot_name, date, rating, comment same for done-routes and done-pitches
otherwise a lot of duplicates with just those changed