codeamp / panel

CodeAmp Web Application. Built with React.js, GraphQL and Material-UI.
12 stars 7 forks source link

Create Project for NonExistant Repo #301

Open aballman opened 5 years ago

aballman commented 5 years ago

Describe the bug A user can create a project for a github project that doesn't actually exist. The only error checking we do is if it fits the regex for a github url.

If it doesn't exist, we don't care and add the project anyways.

davechan813 commented 5 years ago

I think this is fixed for public repo.