Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature [RM83] Episode Repository #84

Merged
merged 3 commits into from
Aug 19, 2021

Conversation

swg99
Copy link
Contributor

@swg99 swg99 commented Aug 13, 2021

https://github.com/orgs/novoda/projects/1#card-66660905
Built a repository which provides an episode from a url.

ViewModel provides characterCardStates
Changed from get to load considering function does not return anything
Provides an episode for an episode url
@swg99 swg99 linked an issue Aug 13, 2021 that may be closed by this pull request
self.cachedEpisodeNames[urlString] = episode
completion(episode)
} error: { error in
print(error.debugDescription)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should return completion with error and handle it.

@swg99 swg99 merged commit 746e5ef into scottie-main Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build EpisodeRepository
2 participants