alandoni / fifa-champs

1 stars 1 forks source link

Move logic from from frontend to backend #123

Open kiosia opened 6 years ago

kiosia commented 6 years ago

Logic from when calculating the standings should be moved to the backend.

This will require a new endpoint on the api, something like /standings

Also, we must evaluate some of the logic of adding matches. Some of the more heavy validation could be done on the backend as well.