FAI-CIVL / FAI-Airscore

AirScore - online paragliding / hanggliding GAP-based scoring software.
https://airscore.cc/
GNU General Public License v3.0
13 stars 17 forks source link

creating comp all fields mandatory but no indication/feedback #202

Closed kuaka closed 3 years ago

kuaka commented 3 years ago

Creating a comp if the user does not provide all info (such as location) then there is an error but there is no feedback to the user. There either should be checking that all info has been provided prior to post request or something like a flash message as an error that some info was missing.

biuti commented 3 years ago

I added Flask form to create_comp procedure, now supports flashed messages, with errors feedback (https://github.com/FAI-CIVL/FAI-Airscore/commit/50fd3481d0e31d3a8e062201ecd7d837b1d0b0e6)