jina-ai / dashboard

Interactive UI for analyzing Jina logs, designing Flows and viewing Hub images
https://dashboard.jina.ai
Apache License 2.0
118 stars 61 forks source link

Feat react flow renderer #199

Closed BastinJafari closed 3 years ago

BastinJafari commented 3 years ago

Implement a new library for flow charts

codecov[bot] commented 3 years ago

Codecov Report

Merging #199 (8d46214) into master (aee672a) will increase coverage by 0.30%. The diff coverage is 59.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #199      +/-   ##
==========================================
+ Coverage   34.27%   34.58%   +0.30%     
==========================================
  Files         140      141       +1     
  Lines        2226     2244      +18     
  Branches      364      384      +20     
==========================================
+ Hits          763      776      +13     
- Misses       1459     1464       +5     
  Partials        4        4              
Impacted Files Coverage Δ
src/components/FlowChart/ChartNode.tsx 0.00% <0.00%> (ø)
src/components/FlowChart/FlowChart.tsx 0.00% <0.00%> (ø)
src/components/FlowChart/FlowSelection.tsx 0.00% <0.00%> (ø)
src/components/FlowChart/Sidebar.tsx 0.00% <0.00%> (ø)
src/components/FlowChart/SidebarItem.tsx 0.00% <0.00%> (ø)
src/helpers/tests/flow-chart.testData.ts 100.00% <ø> (ø)
src/helpers/tests/format.testData.ts 100.00% <ø> (ø)
src/modals/PodEdit.tsx 0.00% <0.00%> (ø)
src/redux/flows/flows.selectors.ts 0.00% <0.00%> (ø)
src/redux/flows/flows.testData.ts 100.00% <ø> (ø)
... and 11 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 1387e92...8d46214. Read the comment docs.