CIA-Homebrew / BJCP-Scoresheet

Digital form of BJCP scoresheet for beer judging.
GNU General Public License v3.0
8 stars 5 forks source link

Change "new scoresheet" route from url parameters to a post request #35

Open prphntm63 opened 4 years ago

prphntm63 commented 4 years ago

Currently in order to create a new scoresheet from a flight, the flight ID is passed to the backend via URL parameter. This should be a POST request with the parameter(s) passed in the body.

The same is true for /scoresheet/edit route in the initScoresheet() in the Scoresheet Controller.