Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shorten maxScore #110

Open
4 tasks
tklein1801 opened this issue Mar 30, 2024 · 0 comments
Open
4 tasks

Shorten maxScore #110

tklein1801 opened this issue Mar 30, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@tklein1801
Copy link
Member

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

  • Implement a function to round down maxScore to the nearest even number.
  • Ensure that the rating ratio remains the same after the truncation of maxScore.
  • Test the function with various maxScore values to ensure it works as expected.
  • Apply the function to all existing stock rating scores in the frontend
@tklein1801 tklein1801 added the enhancement New feature or request label Mar 30, 2024
@tklein1801 tklein1801 added this to the Alpha milestone Mar 30, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Roadmap Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant