joel-thompson / bikez-api

0 stars 0 forks source link

Implement a bracketing suspension setup feature #6

Open joel-thompson opened 4 years ago

joel-thompson commented 4 years ago

bracketing is explained here: https://www.youtube.com/watch?v=8PLFfZSkgDs&t=126s

what do I need to model?

main objects

not exactly sure how i want to do the association between bike -> fork/shock. probably will need to maintain history in order to not break things if you replace a part. so I will need to associate through another table, and probably use something like state of the nation to keep track.

tracking active suspension parts (association)

part_assignments

potential available adjustments

what does a "bracketing session" look like, and how is it modeled?

may rename this to be more generic. i could see having a single one for just doing hard adjustments.

joel-thompson commented 4 years ago

Work todo