busy-beaver-dev / busy-beaver

The Chicago Python Community Engagement Slack bot
https://busybeaverbot.com
MIT License
70 stars 23 forks source link

Improve Upcoming Events Feature workflow #316

Closed alysivji closed 4 years ago

alysivji commented 4 years ago

Closes #313 Closes #289

What does this do

Cleaning up the flow around how the Upcoming Events feature works.

Why are we doing this

Improving user experience

How should this be tested

Added tests; also tested manually

Migrations

Dependencies

n/a

Callouts

n/a

codecov-commenter commented 4 years ago

Codecov Report

Merging #316 into master will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #316      +/-   ##
==========================================
+ Coverage   92.25%   92.35%   +0.09%     
==========================================
  Files          70       70              
  Lines        2286     2315      +29     
==========================================
+ Hits         2109     2138      +29     
  Misses        177      177              
Impacted Files Coverage Δ
busy_beaver/apps/upcoming_events/models.py 92.85% <100.00%> (+0.17%) :arrow_up:
busy_beaver/apps/upcoming_events/sync_database.py 100.00% <100.00%> (ø)
busy_beaver/apps/upcoming_events/workflow.py 62.50% <100.00%> (+19.25%) :arrow_up:
busy_beaver/apps/web/views.py 73.76% <100.00%> (+0.94%) :arrow_up:

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 86a20f9...3f2b197. Read the comment docs.