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

[Rank Feat] Refactoring Plans for Ranking Feature #1

Open
YuyeonHan opened this issue May 7, 2023 · 0 comments
Open

[Rank Feat] Refactoring Plans for Ranking Feature #1

YuyeonHan opened this issue May 7, 2023 · 0 comments

Comments

@YuyeonHan
Copy link
Contributor

what

I am planning to modify the logic used for inserting and scanning the ranking entity.

why

There is currently an inefficiency in ranking feature, as multiple records are being inserted into the ranking table even when the game event occurs only once. While this can improve efficiency when searching for rankers with multiple workout types, given that reading rankers does not occur as often as insertion and allows for some delay or error, I have decided to modify the logic and improve overall system efficiency.

how

I will modify the logic by inserting only one record after the game has finished.
The feature to calculate rankings will be transferred to Rankservice.

@YuyeonHan YuyeonHan changed the title [Rank Feat] Plans to refactor ranking feature [Rank Feat] Refactoring Plans for Ranking Feature May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant