feat: Simplify grade handling by removing score scaling logic and updating the API to accept scores directly in a 0-100 range.
This commit is contained in:
@@ -33,6 +33,4 @@ MP_NOTIFICATION_URL=
|
||||
# External MySQL Integration
|
||||
MYSQL_DATABASE_URL=mysql://db_user:db_password@localhost:3306/external_database_name
|
||||
EXTERNAL_TABLE_GRADES=notas
|
||||
EXTERNAL_GRADE_SCALE_MIN=1
|
||||
EXTERNAL_GRADE_SCALE_MAX=7
|
||||
EXTERNAL_ID_TIPO_NOTA=1
|
||||
|
||||
Reference in New Issue
Block a user