Tiebe / Otarium

Open-source, mutliplatform alternative to the Magister app
MIT License
3 stars 0 forks source link

Updated grades UI components, replaced average grade calculation #82

Closed Tiebe closed 1 year ago

Tiebe commented 1 year ago

Deleted 'shared/src/commonMain/kotlin/nl/tiebe/otarium/ui/home/grades/calculation/screen/GradeCalculationChild.kt' and 'shared/src/commonMain/kotlin/nl/tiebe/otarium/ui/home/grades/GradeScreen.kt'. These were the old grade calculation and grade display files which have been replaced by 'shared/src/commonMain/kotlin/nl/tiebe/otarium/ui/home/grades/GradesScreen.kt' and 'shared/src/commonMain/kotlin/nl/tiebe/otarium/ui/home/averages/AveragesScreen.kt'. This change is part of an overhaul of the grade display system in the application. Further commits will include the implementation of these new files. The aim is to improve the UI/UX for grade viewing and make it easier for the user to understand their grades.