PulseTile / PulseTile-React-Core

PulseTile framework - developed with ReactJS
Apache License 2.0
10 stars 12 forks source link

Fixed bug with selecting empty item from Patient Summary screen #273

Closed Alena1508 closed 6 years ago

Alena1508 commented 6 years ago

Added some functionality to Core pages to fix the problem with selecting empty item from Patient Summary screen. Now when user click on Medication item on Patient Summary screen he'll see the page with current item.

This PR relate to task #56 (https://waffle.io/RippleOSI/combined-development-view/cards/5bcdf84cc5d15a00b271be98)

codecov-io commented 6 years ago

Codecov Report

Merging #273 into develop will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #273      +/-   ##
===========================================
+ Coverage    97.89%   97.91%   +0.01%     
===========================================
  Files          120      120              
  Lines         1521     1533      +12     
  Branches       233      237       +4     
===========================================
+ Hits          1489     1501      +12     
  Misses          26       26              
  Partials         6        6
Impacted Files Coverage Δ
src/components/pages/Allergies/Allergies.js 100% <100%> (ø) :arrow_up:
src/components/pages/Medications/Medications.js 100% <100%> (ø) :arrow_up:
src/components/pages/Contacts/Contacts.js 100% <100%> (ø) :arrow_up:
src/components/pages/Diagnosis/Diagnosis.js 100% <100%> (ø) :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 e68038c...a5283d1. Read the comment docs.