-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend for tournament administration #173
Conversation
782145a
to
1eff767
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is on a really good way. Not many comments on either the code or the operation, very good work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
14cb410
to
9021689
Compare
* rework errors localisation * switch to localized error messages in tournament admin pages and improve data validations * some ui improvements of validation messages * fix validation causing errors * fix crash if no ongoing match * fix wrong max_score computation for ranking and missing .value * fix type for ongoing match teams property * switch to localized validators for GroupTable * improve error message display for GroupTable * add required validator * fix type error
74c96e6
to
2e184f0
Compare
Description
The objective is to provide a better user interface for the admin tournament team to manage tournaments.
Checklist
Related Issues
Will fix #127
To do