moorepants / BicycleParameters

Calculates the geometry, masses, centers of mass, and the moments of inertia of the bicycle rider system.
https://bicycleparameters.readthedocs.io
Other
38 stars 20 forks source link

Got the download button to work, however, nothing is downloadable #82

Closed rrryy39 closed 1 year ago

rrryy39 commented 3 years ago

Am I on the right track on the download button?

rrryy39 commented 3 years ago

Now I can downlead a file with 8 values in side when opened with a word document, however, it is not a cvs file. I have one more question, how to set the download profile to be the selection on the menu? for example, if the user selected fisher, how can i set my profile to be fisher in the code? also, what speeds do you want to include in the cvs, like different range of speeds?

moorepants commented 3 years ago

Now I can downlead a file with 8 values in side when opened with a word document, however, it is not a cvs file.

Good start.

how to set the download profile to be the selection on the menu?

The values are calculated in the app based on the menu selection already. I don't think you need to do anything to that.

also, what speeds do you want to include in the cvs, like different range of speeds?

The speeds should match the speeds in the slider.

rrryy39 commented 3 years ago

Now i can download every value needed can can be changed through slider, but how can i make it a csv file when downloading?

rrryy39 commented 3 years ago

Now the button is working properly