KarrLab / datanator_frontend

Graphical web-based interface for the Datanator toolkit for discovering data for modeling cells
https://datanator.info
MIT License
1 stars 1 forks source link

Stats #217

Closed yosefdroth closed 4 years ago

yosefdroth commented 4 years ago

Solves: https://github.com/KarrLab/datanator_frontend/issues/215 Adds content to stats page - https://github.com/KarrLab/datanator_frontend/issues/73 Adds related reactions to metabolites page - https://github.com/KarrLab/datanator_frontend/issues/151

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 1095


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/scenes/Stats/Plot/BarPlot.js 7 8 87.5%
src/utils/utils.js 4 5 80.0%
src/scenes/BiochemicalEntityDetails/KeggPathwaysMetadataSection.js 15 17 88.24%
src/scenes/BiochemicalEntityDetails/LoadContent.js 4 6 66.67%
src/scenes/BiochemicalEntityDetails/Metabolite/SearchResultsList.js 46 48 95.83%
src/scenes/Stats/Stats.js 31 42 73.81%
src/scenes/Stats/Plot/FrequencyPlot.js 10 30 33.33%
<!-- Total: 235 274 85.77% -->
Files with Coverage Reduction New Missed Lines %
src/scenes/BiochemicalEntityDetails/DataTable/DataTable.js 2 93.48%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 1046: 0.4%
Covered Lines: 1449
Relevant Lines: 1554

💛 - Coveralls
yosefdroth commented 4 years ago

Added pagination to pathways - https://github.com/KarrLab/datanator_frontend/issues/221 Added testing coverage - https://github.com/KarrLab/datanator_frontend/issues/206 Display "no data" message when no data is present - https://github.com/KarrLab/datanator_frontend/issues/218 solved - https://github.com/KarrLab/datanator_frontend/issues/220 - and other bugs in routing Added header bar in tutorial Decreased bandwidth for temperature freqnuency plot