jembi / openhim-mediator-mapping

An OpenHIM mediator for mapping incoming content to a different format
https://jembi.github.io/openhim-mediator-mapping/
MIT License
3 stars 7 forks source link

Enable frontend capabilities #60

Open BMartinos opened 4 years ago

BMartinos commented 4 years ago

This is just some additional logic to the mapping medaitor to allow frontend applications to interact with the API. This also includes some additional WebSocket connections for pushing new data to the frontend (Triggered states)

Frontend application for interacting with the API https://github.com/jembi/openhim-mediator-mapping-app

codecov[bot] commented 4 years ago

Codecov Report

Merging #60 into master will decrease coverage by 5.39%. The diff coverage is 40.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
- Coverage   98.51%   93.12%   -5.40%     
==========================================
  Files          21       24       +3     
  Lines         739      814      +75     
==========================================
+ Hits          728      758      +30     
- Misses         11       56      +45     
Impacted Files Coverage Δ
src/wsRoutes.js 23.25% <23.25%> (ø)
src/db/services/states/listener.js 43.75% <43.75%> (ø)
src/db/services/states/index.js 87.50% <50.00%> (-12.50%) :arrow_down:
src/db/services/states/wsMetrics.js 66.66% <66.66%> (ø)
src/index.js 97.05% <100.00%> (+0.90%) :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 8db2a01...b1015e1. Read the comment docs.