-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Description
Currently users need to input their GitHub username/organization and GitHub repos separately in order to create new projects.
Must of our work with Projects is based on these two inputs, which are often input incorrectly. If users could input a GitHub url, it would be much easier for everyone involved.
Ask / To Do
- Add support for GitHub URLs, so user can enter a something like http://www.github.com/codemontagehq/codemontage and we can 1) check that it's valid, 2) parse it into a GitHub organization + repository in the database.
Additional Info
Follow-up to #122 Add Project Submission, suggested by @courte