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

Clr round 4 #5709

Merged
merged 6 commits into from
Jan 6, 2020
Merged

Clr round 4 #5709

merged 6 commits into from
Jan 6, 2020

Conversation

danlipert
Copy link
Contributor

@danlipert danlipert commented Jan 6, 2020

Description

This PR updates stable to enable grants CLR mode for round 4

Refers/Fixes
Testing

Tested Locally

@codecov
Copy link

codecov bot commented Jan 6, 2020

Codecov Report

Merging #5709 into stable will decrease coverage by <.01%.
The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           stable    #5709      +/-   ##
==========================================
- Coverage   29.98%   29.98%   -0.01%     
==========================================
  Files         249      249              
  Lines       21447    21446       -1     
  Branches     3110     3110              
==========================================
- Hits         6431     6430       -1     
+ Misses      14731    14728       -3     
- Partials      285      288       +3
Impacted Files Coverage Δ
app/grants/clr.py 0% <0%> (ø) ⬆️
app/grants/views.py 14.93% <80%> (-0.21%) ⬇️
app/dashboard/views.py 12.24% <0%> (ø) ⬆️
...rketing/management/commands/no_applicants_email.py 0% <0%> (ø) ⬆️

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 043b76c...26d94cd. Read the comment docs.

@danlipert danlipert marked this pull request as ready for review January 6, 2020 08:58
@@ -5,7 +5,6 @@
Your contribution goes a long way!
<img class="float-right" src="{% static "v2/images/diamonds_high_fiving.gif" %}" >
</p>
{% if not show_only_estimate %}
Copy link
Member

Choose a reason for hiding this comment

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

should we replace this with clr_active ?

clr_active = False

Copy link
Member

@thelostone-mc thelostone-mc left a comment

Choose a reason for hiding this comment

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

left a few comments ! otherwise lgtm

app/grants/templates/grants/index.html Outdated Show resolved Hide resolved
@@ -685,7 +685,7 @@ def grant_fund(request, grant_id, grant_slug):
'phantom_funds': phantom_funds,
'clr_round': clr_round,
'total_clr_pot': total_clr_pot,
'clr_active': clr_active,
'clr_active': True
Copy link
Member

Choose a reason for hiding this comment

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

we can leave this as clr_active cause we've set it to True on L63

@thelostone-mc thelostone-mc merged commit ad93cf4 into stable Jan 6, 2020
@thelostone-mc thelostone-mc deleted the clr-round-4 branch June 27, 2020 00:46
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.

2 participants