Requirements:
- dotnetcore3.1
- mysql (barebone db skeleton is in
dump-latest.sql
)
TODO:
Change DB table name- Done.TrainingGroups
toTrainGroups
.Assign clients to trainings.- Done.Check for "Single" groups- Done. Added propertyMaxClients
to modelPrice
Add simple authentication method- Done.Known bug: Can assign to wrong group if add new training fromClientInfo
page.- Add user management if user has admin role (single page atm)