Closed wevtimoteo closed 4 years ago
In order to fetch pairs from Storage module and print its email, we need to refactor Actions to use Storage.
Storage
Actions
Introduce Storage.fetch/1 and Storage.fetch_all/0 to retrieve collaborators data then refactor Actions to use them.
Storage.fetch/1
Storage.fetch_all/0
SourceLevel has finished reviewing this Pull Request and has found:
See more details about this review.
Motivation
In order to fetch pairs from
Storage
module and print its email, we need to refactorActions
to useStorage
.Proposed Solution
Introduce
Storage.fetch/1
andStorage.fetch_all/0
to retrieve collaborators data then refactorActions
to use them.