From 411357fa74b635197daae65c59e8e23e9a56af67 Mon Sep 17 00:00:00 2001 From: Polaris Date: Thu, 15 Aug 2024 00:52:58 -0400 Subject: [PATCH] fixed explanation --- components/RecentChunithmScores/action.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/RecentChunithmScores/action.ts b/components/RecentChunithmScores/action.ts index 4c691f5..703ed3a 100644 --- a/components/RecentChunithmScores/action.ts +++ b/components/RecentChunithmScores/action.ts @@ -50,9 +50,10 @@ export async function getUserRatingBaseList() { // chartId is the difficutly i.e // 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 - // in the chuni static music table so we can get name and jacket path etc - // then we are mapping the musicId to the chartId to get the proper difficutly from above + // msuicId is the id of the specific song in the rating table + // we are mapping that to songId in chuni static music + // 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 // if someone could make this cleaner id highly appreciate it