Archived
Added custom sorting algorithm to restore the old sorting system of the school's substitution plan that ordered by group first, then time, instead of the other way around
This commit is contained in:
@@ -13,7 +13,8 @@ internal data class Substitution(
|
||||
val additional: String,
|
||||
val teacher: String,
|
||||
val type: String,
|
||||
val priority: Int
|
||||
val priority: Int,
|
||||
val date_priority: Int
|
||||
) {
|
||||
|
||||
@PrimaryKey(autoGenerate = true)
|
||||
|
||||
Reference in New Issue
Block a user