snatch-dev / Chronicle

Implementation of saga pattern for .NET Core
MIT License
397 stars 70 forks source link

Update README #21

Closed nick-cromwell closed 5 years ago

nick-cromwell commented 5 years ago

Update the README to be more descriptive of the ISagaStateRepository and ISagaLog as well as how to provide implementations to AddChronicle(Action). Also better explain the end behavior of a Completed or Rejected saga. The hope being to help new comers to the Saga Pattern.

Info

This Pull Request is related to issue no. [] ([])

Changes

codecov-io commented 5 years ago

Codecov Report

Merging #21 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #21   +/-   ##
========================================
  Coverage    20.33%   20.33%           
========================================
  Files           22       22           
  Lines          354      354           
  Branches        77       77           
========================================
  Hits            72       72           
  Misses         275      275           
  Partials         7        7

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 99dfcff...223ce4b. Read the comment docs.

nick-cromwell commented 5 years ago

Absolutely, it's been an immensely helpful library. I'll try to find time to make more contributions soon.