Scan-o-Matic / scanomatic

Scanomatic
GNU General Public License v3.0
10 stars 4 forks source link

Global access QC Redux store #392

Closed local-minimum closed 6 years ago

local-minimum commented 6 years ago

screenshot from 2018-05-29 12-16-56

Notes

Features

qc.subscribe

Adds a callback that will be called without arguments each time the store changes.

qc.actions

The store actions that are exposed. This encapsulates the redux store so the outer legacy code only needs to know what function to call.

codecov-io commented 6 years ago

Codecov Report

Merging #392 into master will increase coverage by 0.25%. The diff coverage is 74.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #392      +/-   ##
==========================================
+ Coverage   41.06%   41.31%   +0.25%     
==========================================
  Files         206      214       +8     
  Lines       16948    17071     +123     
  Branches     2953     2953              
==========================================
+ Hits         6959     7053      +94     
- Misses       9576     9585       +9     
- Partials      413      433      +20
Impacted Files Coverage Δ
scanomatic/ui_server_data/js/src/api.js 84.37% <ø> (ø) :arrow_up:
scanomatic/ui_server_data/js/src/qc/helpers.js 100% <100%> (ø)
...canomatic/ui_server_data/js/src/qc/StateBuilder.js 100% <100%> (ø)
scanomatic/ui_server_data/js/src/qc/bridge.js 100% <100%> (ø)
scanomatic/ui_server_data/js/src/qc/selectors.js 100% <100%> (ø)
scanomatic/ui_server_data/js/src/qc/api.js 100% <100%> (ø)
...atic/ui_server_data/js/src/qc/reducers/settings.js 100% <100%> (ø)
scanomatic/ui_server_data/js/src/qc/actions.js 21.05% <21.05%> (ø)
...nomatic/ui_server_data/js/src/qc/reducers/plate.js 93.33% <93.33%> (ø)
scanomatic/ui_server/data_api.py 9.65% <0%> (ø) :arrow_up:
... and 16 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 d4a5129...88a204e. Read the comment docs.