BudgetBuddyDE / Webapp

ReactJS bases web-app to keep track of your finances and manage your montly budget.
https://app.budget-buddy.de
1 stars 0 forks source link

Shorten `maxScore` #110

Open tklein1801 opened 7 months ago

tklein1801 commented 7 months ago

Description

In this story, we aim to truncate the rating scores for stocks to make the data representation more concise. The maxScore will be rounded down to the nearest even number, while maintaining the same rating ratio to avoid any distortion of the value.

Acceptance Criteria