Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.

Home Page:https://hacktoberfest.digitalocean.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle deleted users

jhaff opened this issue · comments

The GithubPullRequestService will raise a GithubPullRequestService:: UserNotFoundOnGithubError on line 50 if the response from the server indicates that the user in question has been deleted from GitHub. We need to account for this in the flow of the app by making some sort of User Deleted view and rendering it where appropriate