Kyoso-Team / kyoso

A web application that takes osu! tournaments beyonds spreadsheets.
http://kyoso.sh
GNU Affero General Public License v3.0
1 stars 1 forks source link

Disable all input and button elements in management pages when tournament has concluded #53

Closed L-Mario564 closed 3 weeks ago

L-Mario564 commented 1 month ago

Why?

When a tournament has concluded, nobody should be able to create, update or delete anything related to it, as there is no reason to come back and modify elements after the tournament is done. We're already handling this in the backend, but the UI doesn't reflect this aspect.

How?

I'm personally thinking of having a div element overlay the contents of the main tag and have a fixed message at the top of the page letting users know that they can't modify anything related to the tournament because it has concluded.