fixed explanation
This commit is contained in:
@ -50,9 +50,10 @@ export async function getUserRatingBaseList() {
|
|||||||
// chartId is the difficutly i.e
|
// chartId is the difficutly i.e
|
||||||
// easy, hard, expert, master, ultima, worlds end
|
// easy, hard, expert, master, ultima, worlds end
|
||||||
|
|
||||||
// songId is the id of the specific song so we are mapping the song in the profile recent to the song
|
// msuicId is the id of the specific song in the rating table
|
||||||
// in the chuni static music table so we can get name and jacket path etc
|
// we are mapping that to songId in chuni static music
|
||||||
// then we are mapping the musicId to the chartId to get the proper difficutly from above
|
// so we can get name and jacket path etc
|
||||||
|
// then we are mapping the difficultId to the chartId to get the proper difficutly from above
|
||||||
// this is very confusing and my brain hurts
|
// this is very confusing and my brain hurts
|
||||||
// if someone could make this cleaner id highly appreciate it
|
// if someone could make this cleaner id highly appreciate it
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user