bastislack / highline-freestyle

Webapp for Highline Freestyle
GNU General Public License v3.0
10 stars 9 forks source link

Provide possibility to up/downgrade tricks #257

Open bastislack opened 1 year ago

bastislack commented 1 year ago

Let's give users the possibility to vote for trick difficulty changes via a google form. Ideally, the user only sees a small seemless button somewhere close to the difficulty level with the message (maybe only visible when hovering over) 'Not happy with the difficulty level?'. When clicking the button the user has the choice to up/downgrade the trick by clicking one out of two buttons. This will initiate a POST request to a google form (as discussed in #238). We can analyse the results and when multiple people agree on a change we can decide to change the difficulty in a following update.

JulianDietzel commented 1 year ago

I have started working on this.