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

Give leaderboard have history charts (branched off master:) #6076

Merged

Conversation

IntoThe1337ness
Copy link

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.

@codecov
Copy link

codecov bot commented Feb 25, 2020

Codecov Report

Merging #6076 into master will increase coverage by 0.26%.
The diff coverage is 26.66%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
app/app/context.py 68.53% <ø> (ø) ⬆️
app/grants/urls.py 100% <ø> (ø) ⬆️
app/kudos/views.py 14.83% <ø> (ø) ⬆️
app/inbox/signals.py 20% <ø> (ø) ⬆️
app/dashboard/tip_views.py 15.55% <0%> (ø) ⬆️
app/retail/emails.py 22.41% <0%> (ø) ⬆️
...perftools/management/commands/create_page_cache.py 0% <0%> (ø) ⬆️
app/avatar/views_3d.py 10.97% <0%> (-3.32%) ⬇️
app/dashboard/export.py 58.69% <0%> (ø) ⬆️
.../dashboard/management/commands/cleanup_db_space.py 0% <0%> (ø) ⬆️
... and 39 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c0882f...174e9fc. Read the comment docs.

@@ -56,8 +56,3 @@ def handle(self, *args, **options):
created_on__hour=1,
).delete()
print(f'Stat: {result}')

result = LeaderboardRank.objects.filter(
Copy link
Contributor

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

Copy link
Contributor

@owocki owocki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM; anyone else?

@thelostone-mc thelostone-mc merged commit 1292a9d into gitcoinco:master Mar 4, 2020
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

Successfully merging this pull request may close these issues.

5 participants