Skip to content

Commit

Permalink
Add TODO for filling in the other metrics that we can show the user
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Sep 27, 2024
1 parent f7d039a commit d084870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/enhancifyInternalService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export function getSongMetrics(audioFeatures: AudioFeaturesResponse, metricsToDi
}

// Object that represents which metrics require a progress bar and which metrics require a specific label
// TODO: Add information for other metrics that we can show the user
const metricFeatures: MetricFeatures = {
progressbar: new Set(["Danceability", "Energy", "Acousticness"]),
label: {
Expand Down

0 comments on commit d084870

Please sign in to comment.