Scan-o-Matic / scanomatic

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

Displaying scanners status #387

Closed local-minimum closed 6 years ago

local-minimum commented 6 years ago

screenshot from 2018-05-09 14-06-31

This implements a component that would be a major part of or even entire status page (depending on how well analysis status etc of experiments will be showed on the projects page).

It only implements the component so before it is to become useful there's a need to connect it to the existing api and add a redux store.

codecov-io commented 6 years ago

Codecov Report

Merging #387 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #387      +/-   ##
==========================================
+ Coverage   40.72%   40.82%   +0.09%     
==========================================
  Files         198      199       +1     
  Lines       16855    16873      +18     
  Branches     2942     2947       +5     
==========================================
+ Hits         6865     6888      +23     
+ Misses       9575     9553      -22     
- Partials      415      432      +17
Impacted Files Coverage Δ
...i_server_data/js/src/components/ScannersStatus.jsx 100% <100%> (ø)
scanomatic/ui_server/tools_api.py 8.77% <0%> (ø) :arrow_up:
scanomatic/qc/phenotype_results.py 0% <0%> (ø) :arrow_up:
scanomatic/data_processing/phases/features.py 17.23% <0%> (ø) :arrow_up:
scanomatic/ui_server/data_api.py 9.65% <0%> (ø) :arrow_up:
scanomatic/ui_server/general.py 22.41% <0%> (ø) :arrow_up:
scanomatic/io/source.py 18.08% <0%> (ø) :arrow_up:
scanomatic/data_processing/phenotyper.py 27.51% <0%> (ø) :arrow_up:
scanomatic/data_processing/phases/segmentation.py 75.48% <0%> (+1.39%) :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 f2e1643...9787d46. Read the comment docs.

local-minimum commented 6 years ago

This is not for the projects-page but as first step in replacing the current status-page.