-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Give leaderboard have history charts (branched off master:) #6076
Give leaderboard have history charts (branched off master:) #6076
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6076 +/- ##
==========================================
+ Coverage 28.96% 29.22% +0.26%
==========================================
Files 272 272
Lines 24154 24339 +185
Branches 3536 3567 +31
==========================================
+ Hits 6996 7113 +117
- Misses 16876 16915 +39
- Partials 282 311 +29
Continue to review full report at Codecov.
|
@@ -56,8 +56,3 @@ def handle(self, *args, **options): | |||
created_on__hour=1, | |||
).delete() | |||
print(f'Stat: {result}') | |||
|
|||
result = LeaderboardRank.objects.filter( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm m we should stop doing this now.. gonna fix that here d84147c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; anyone else?
Description
this PR let leaderboard have history charts
Refers/Fixes
there is thread on twitter and townsquare about this. crates competitivness.
Testing
i tested local (See Below Comment)
Other Notes
we have to give the new cleanup DB script deploy first. Give data a few Week to AccumuLte.