Closed skrede closed 5 years ago
Only the database and possibly the configuration form prevents this at this time.
The rating required for each level could be stored as JSON in the database, similar to what is done for matchmaking and rating system configuration.
This should not be a problem for the front end and most of the back end
I fix! Done. Stored as comma separated list in new column. Stored as char 255, so there is a limit to number of stars or how long the numbers are.
Only the database and possibly the configuration form prevents this at this time.
The rating required for each level could be stored as JSON in the database, similar to what is done for matchmaking and rating system configuration.
This should not be a problem for the front end and most of the back end