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

Hackathon filter #4145

Merged
merged 9 commits into from
Apr 11, 2019
Merged

Hackathon filter #4145

merged 9 commits into from
Apr 11, 2019

Conversation

octavioamu
Copy link
Contributor

Description
Checklist
Affected core subsystem(s)
Refers/Fixes

Fixes #4117

Testing and Sign-off
Contributor
  • Read and followed the Contributor Guidelines
  • Tested all changes locally
  • Verified existing functionality
  • Ran make test and everything passed!
Reviewer
  • Affirm contributor guidelines have been followed and requested changes made
  • CI tests and linting pass
  • No conflicts (migrations, files, etc)
  • Regression tested against staging or local deployment
Funder
  • Validated requested changes were made to specification
  • Bounty payout released to the contributor

@codecov
Copy link

codecov bot commented Apr 8, 2019

Codecov Report

Merging #4145 into master will decrease coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4145      +/-   ##
==========================================
- Coverage   30.26%   30.11%   -0.15%     
==========================================
  Files         206      206              
  Lines       16367    16511     +144     
  Branches     2154     2201      +47     
==========================================
+ Hits         4953     4973      +20     
- Misses      11238    11358     +120     
- Partials      176      180       +4
Impacted Files Coverage Δ
app/avatar/utils.py 13.57% <0%> (+0.14%) ⬆️

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 d59c074...863edde. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 8, 2019

Codecov Report

Merging #4145 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4145   +/-   ##
=======================================
  Coverage   30.26%   30.26%           
=======================================
  Files         206      206           
  Lines       16370    16370           
  Branches     2152     2152           
=======================================
  Hits         4955     4955           
  Misses      11239    11239           
  Partials      176      176

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 cf5cbab...1f8669e. Read the comment docs.

Copy link
Contributor

@danlipert danlipert left a comment

Choose a reason for hiding this comment

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

just a few issues! looks nice otherwise 👍

}
} else {
uri += '&event_tag=' + document.hackathon;
uri += `&event_tag=${document.hackathon}`;
Copy link
Contributor

Choose a reason for hiding this comment

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

why the backticks here instead of single quotes?

Copy link
Contributor Author

@octavioamu octavioamu Apr 11, 2019

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

ah my bad! thanks!

app/assets/v2/js/pages/dashboard.js Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Apr 11, 2019

Codecov Report

Merging #4145 into master will decrease coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #4145      +/-   ##
=========================================
- Coverage   30.26%   30.1%   -0.16%     
=========================================
  Files         206     206              
  Lines       16367   17018     +651     
  Branches     2154    2296     +142     
=========================================
+ Hits         4953    5124     +171     
- Misses      11238   11712     +474     
- Partials      176     182       +6
Impacted Files Coverage Δ
app/retail/views.py 29.23% <0%> (-0.16%) ⬇️
app/grants/models.py 52.32% <0%> (+0.84%) ⬆️
app/dashboard/views.py 13.13% <0%> (+0.93%) ⬆️
app/retail/emails.py 22.91% <0%> (+1.35%) ⬆️

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 d59c074...7be025c. Read the comment docs.

2 similar comments
@codecov
Copy link

codecov bot commented Apr 11, 2019

Codecov Report

Merging #4145 into master will decrease coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #4145      +/-   ##
=========================================
- Coverage   30.26%   30.1%   -0.16%     
=========================================
  Files         206     206              
  Lines       16367   17018     +651     
  Branches     2154    2296     +142     
=========================================
+ Hits         4953    5124     +171     
- Misses      11238   11712     +474     
- Partials      176     182       +6
Impacted Files Coverage Δ
app/retail/views.py 29.23% <0%> (-0.16%) ⬇️
app/grants/models.py 52.32% <0%> (+0.84%) ⬆️
app/dashboard/views.py 13.13% <0%> (+0.93%) ⬆️
app/retail/emails.py 22.91% <0%> (+1.35%) ⬆️

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 d59c074...7be025c. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 11, 2019

Codecov Report

Merging #4145 into master will decrease coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #4145      +/-   ##
=========================================
- Coverage   30.26%   30.1%   -0.16%     
=========================================
  Files         206     206              
  Lines       16367   17018     +651     
  Branches     2154    2296     +142     
=========================================
+ Hits         4953    5124     +171     
- Misses      11238   11712     +474     
- Partials      176     182       +6
Impacted Files Coverage Δ
app/retail/views.py 29.23% <0%> (-0.16%) ⬇️
app/grants/models.py 52.32% <0%> (+0.84%) ⬆️
app/dashboard/views.py 13.13% <0%> (+0.93%) ⬆️
app/retail/emails.py 22.91% <0%> (+1.35%) ⬆️

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 d59c074...7be025c. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 11, 2019

Codecov Report

Merging #4145 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4145   +/-   ##
=======================================
  Coverage   30.26%   30.26%           
=======================================
  Files         206      206           
  Lines       16370    16370           
  Branches     2152     2152           
=======================================
  Hits         4955     4955           
  Misses      11239    11239           
  Partials      176      176

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 cf5cbab...1f8669e. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Apr 11, 2019

Codecov Report

Merging #4145 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4145   +/-   ##
=======================================
  Coverage   30.26%   30.26%           
=======================================
  Files         206      206           
  Lines       16370    16370           
  Branches     2152     2152           
=======================================
  Hits         4955     4955           
  Misses      11239    11239           
  Partials      176      176

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 cf5cbab...1f8669e. Read the comment docs.

@danlipert danlipert merged commit 4be359b into master Apr 11, 2019
@codecov
Copy link

codecov bot commented Apr 11, 2019

Codecov Report

Merging #4145 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4145   +/-   ##
=======================================
  Coverage   30.26%   30.26%           
=======================================
  Files         206      206           
  Lines       16370    16370           
  Branches     2152     2152           
=======================================
  Hits         4955     4955           
  Misses      11239    11239           
  Partials      176      176

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 cf5cbab...1f8669e. Read the comment docs.

@thelostone-mc thelostone-mc deleted the hackathon-filter branch July 4, 2019 14:57
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.

Build - Filter Hackathon Prize
3 participants