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:
2026-02-27 13:25:58 -03:00
parent bbef932776
commit ff474df40d
3 changed files with 5 additions and 11 deletions
-2
View File
@@ -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