Arquisoft / InciManager_i2b

InciManager_i2b
MIT License
1 stars 2 forks source link

Add incident features #20

Closed alejgh closed 6 years ago

alejgh commented 6 years ago

Closes #18 Closes #19

Quick summary of changes:

I decided to avoid including a operator class for now. I think just sending the email/username of the operator through the kafka stream to the dashboard will be enough for now.

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@0744582). Click here to learn what that means. The diff coverage is 61.45%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #20   +/-   ##
=========================================
  Coverage          ?   63.39%           
  Complexity        ?       77           
=========================================
  Files             ?       19           
  Lines             ?      306           
  Branches          ?       29           
=========================================
  Hits              ?      194           
  Misses            ?      102           
  Partials          ?       10
Impacted Files Coverage Δ Complexity Δ
...ava/com/uniovi/main/InciManagerI2bApplication.java 33.33% <ø> (ø) 1 <0> (?)
src/main/java/com/uniovi/json/JSONHelper.java 100% <ø> (ø) 4 <0> (?)
...rc/main/java/com/uniovi/services/KafkaService.java 13.33% <0%> (ø) 2 <0> (?)
...a/com/uniovi/services/InsertSampleDataService.java 75% <100%> (ø) 2 <1> (?)
...ain/java/com/uniovi/json/IncidentDeserializer.java 100% <100%> (ø) 4 <4> (?)
.../main/java/com/uniovi/json/IncidentJSONModule.java 100% <100%> (ø) 1 <1> (?)
...ava/com/uniovi/controllers/IncidentController.java 100% <100%> (ø) 3 <2> (?)
...a/com/uniovi/util/IncidentPropertiesConverter.java 100% <100%> (ø) 3 <0> (?)
...c/main/java/com/uniovi/entities/IncidentState.java 100% <100%> (ø) 1 <1> (?)
.../main/java/com/uniovi/json/IncidentSerializer.java 100% <100%> (ø) 5 <5> (?)
... and 5 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 0744582...66812af. Read the comment docs.