FlorianPix / climbing_diary

track your climbing activity
GNU General Public License v3.0
2 stars 0 forks source link

climbingAPI: seperate routes and done_routes #8

Closed FlorianPix closed 1 year ago

FlorianPix commented 1 year ago

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

FlorianPix commented 1 year ago

This is necessary even if the app only shows the data one user puts in because one user might repeat routes.

FlorianPix commented 1 year ago

https://github.com/FlorianPix/climbing_diary/wiki/data-structure-climbingAPI will be implemented as a list of ascends inside the pitch

FlorianPix commented 1 year ago

in the new data structure this is represented as ascents of pitches

FlorianPix commented 1 year ago

duplicate of #85