elixirsc / git-pair

Automatically adds `Co-authored-by` mark when you're pairing
https://hex.pm/packages/git_pair
MIT License
8 stars 0 forks source link

Refactor status command to use Storage #49

Closed wevtimoteo closed 4 years ago

wevtimoteo commented 4 years ago

Motivation

In order to fetch pairs from Storage module and print its email, we need to refactor Actions to use Storage.

Proposed Solution

Introduce Storage.fetch/1 and Storage.fetch_all/0 to retrieve collaborators data then refactor Actions to use them.

sourcelevel-bot[bot] commented 4 years ago

SourceLevel has finished reviewing this Pull Request and has found:

See more details about this review.