bionode / bionode-watermill

💧Bionode-Watermill: A (Not Yet Streaming) Workflow Engine
https://bionode.gitbooks.io/bionode-watermill/content/
MIT License
37 stars 11 forks source link

Docs update #76

Closed tiagofilipe12 closed 7 years ago

tiagofilipe12 commented 7 years ago

This PR intends to improve current bionode-watermill documentation.

codecov-io commented 7 years ago

Codecov Report

Merging #76 into dev will decrease coverage by 0.17%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #76      +/-   ##
==========================================
- Coverage   82.27%   82.09%   -0.18%     
==========================================
  Files          37       37              
  Lines         897      905       +8     
  Branches      108      110       +2     
==========================================
+ Hits          738      743       +5     
- Misses        159      162       +3
Impacted Files Coverage Δ
lib/reducers/collection.js 87.77% <100%> (ø) :arrow_up:
lib/lifecycle/resolve-input.js 72.05% <62.5%> (-1.28%) :arrow_down:

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 2a68747...4593a4c. Read the comment docs.

tiagofilipe12 commented 7 years ago

So, I think I have covered all the topics that we discussed regarding the docs. Just have that example with the multiple-inputs in the two-mappers pipeline that maybe can be removed from this PR. What do you think about it @thejmazz ? I made a disclaimer on the script anyway... Otherwise if you agree with the modifications feel free to merge.

tiagofilipe12 commented 7 years ago

Hmm just noticed that docs/Task.md still needs a little simplifcation.