SaturdayNeighborhoodHealthClinic / osler

The SNHC's patient tracking and clinic tools.
GNU General Public License v3.0
15 stars 9 forks source link

Referral App #177

Closed ameller1994 closed 6 years ago

ameller1994 commented 6 years ago

Created new referral app which provides a separate workflow for referrals and addresses some shortcomings in the Action Item-Followup database relationship. Notable changes include separate pages for referral creation (with the option of specifying referral types like FQHC referrals), a new referral status on the main patient page, and better tracking of followups (i.e., each followup points to its corresponding referral).

codecov-io commented 6 years ago

Codecov Report

Merging #177 into master will decrease coverage by 0.37%. The diff coverage is 93.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
- Coverage   94.95%   94.58%   -0.38%     
==========================================
  Files          70       79       +9     
  Lines        3471     4100     +629     
==========================================
+ Hits         3296     3878     +582     
- Misses        175      222      +47
Impacted Files Coverage Δ
osler/urls.py 77.77% <ø> (ø) :arrow_up:
workup/models.py 96.73% <ø> (ø) :arrow_up:
followup/forms.py 95.08% <ø> (ø) :arrow_up:
followup/tests.py 98.12% <ø> (ø) :arrow_up:
workup/forms.py 100% <ø> (ø) :arrow_up:
osler/base_settings.py 100% <100%> (ø) :arrow_up:
workup/test_views.py 100% <100%> (ø) :arrow_up:
referral/tests.py 100% <100%> (ø)
workup/views.py 94.81% <100%> (ø) :arrow_up:
referral/migrations/0001_initial.py 100% <100%> (ø)
... and 20 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 c2240c1...1b1bf8f. Read the comment docs.