[+] chu3 rating composition

pull/14/head
Azalea 2024-02-26 12:09:17 -05:00
parent 7cef8f24db
commit 66e65fcd14
1 changed files with 4 additions and 2 deletions

View File

@ -38,8 +38,10 @@ class Chusan(
val extra = userGeneralDataRepository.findByUser_Card_ExtId(u.ghostCard.extId)
.associate { it.propertyKey to it.propertyValue }
// TODO: Rating composition
val ratingComposition = mapOf(
"recent" to (extra["recent_rating_list"] ?: ""),
)
genericUserSummary(u, userDataRepository, userPlaylogRepository, shownRanks, emptyMap())
genericUserSummary(u, userDataRepository, userPlaylogRepository, shownRanks, ratingComposition)
}
}