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

Records UserAction events for Tip, Start/Stop Work, and Bounty related things #664

Merged
merged 2 commits into from Mar 21, 2018

Conversation

owocki
Copy link
Contributor

@owocki owocki commented Mar 20, 2018

Description

Records UserAction events for Tip, Start/Stop Work, and Bounty related events

Checklist
  • linter status: 100% pass
  • changes don't break existing behavior
  • commit message follows commit guidelines
Affected core subsystem(s)

Analytics

This is a continuation of #513 but without all the weird sync_profile changes

@codecov
Copy link

codecov bot commented Mar 20, 2018

Codecov Report

Merging #664 into master will decrease coverage by 0.12%.
The diff coverage is 12%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #664      +/-   ##
==========================================
- Coverage    34.8%   34.67%   -0.13%     
==========================================
  Files          90       90              
  Lines        5014     5038      +24     
  Branches      572      575       +3     
==========================================
+ Hits         1745     1747       +2     
- Misses       3203     3225      +22     
  Partials       66       66
Impacted Files Coverage Δ
app/dashboard/helpers.py 31.22% <14.28%> (-1.28%) ⬇️
app/dashboard/views.py 18.78% <9.09%> (-0.32%) ⬇️

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 f696fbb...0b89f4d. Read the comment docs.

@owocki owocki merged commit c7e8f6d into master Mar 21, 2018
@mbeacom mbeacom deleted the kevin/record_user_action_2 branch March 21, 2018 14:40
@@ -469,6 +468,7 @@ def record_user_action(event_name, old_bounty, new_bounty):
metadata={
'new_bounty': new_bounty.pk if new_bounty else None,
'old_bounty': old_bounty.pk if old_bounty else None,
'fulfillment': fulfillment,
Copy link
Contributor

Choose a reason for hiding this comment

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

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.

None yet

2 participants