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: file handling #301

Closed BastinJafari closed 3 years ago

BastinJafari commented 3 years ago

PR checklist

Docs

Tests

Typing

Styling

This PR will add the multi-modal-example

┆Issue is synchronized with this Asana task by Unito

codecov[bot] commented 3 years ago

Codecov Report

Merging #301 (4229cf1) into master (9fe1a43) will increase coverage by 4.30%. The diff coverage is 64.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #301      +/-   ##
==========================================
+ Coverage   68.11%   72.42%   +4.30%     
==========================================
  Files          66       67       +1     
  Lines        1540     1592      +52     
  Branches      239      247       +8     
==========================================
+ Hits         1049     1153     +104     
+ Misses        491      439      -52     
Impacted Files Coverage Δ
src/redux/flows/flows.constants.ts 100.00% <ø> (ø)
src/redux/index.ts 60.00% <ø> (ø)
src/services/tests/gatewayClient.ts 0.00% <0.00%> (ø)
src/redux/logStream/logStream.actions.ts 22.72% <25.00%> (+14.03%) :arrow_up:
src/services/jinad.ts 37.80% <77.77%> (+18.52%) :arrow_up:
src/redux/flows/flows.actions.ts 92.22% <90.00%> (+55.18%) :arrow_up:
src/redux/flows/flows.reducer.ts 87.91% <90.90%> (+2.04%) :arrow_up:
src/redux/flows/flows.selectors.ts 72.72% <100.00%> (ø)
src/redux/flows/flows.testData.ts 100.00% <100.00%> (ø)
... and 4 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 9fe1a43...4229cf1. Read the comment docs.