sonrisesoftware / project-dashboard

Project Dashboard for Ubuntu Touch
GNU General Public License v3.0
25 stars 4 forks source link

[GitHub] Provide support to add other users projects #106

Open krnekhelesh opened 10 years ago

krnekhelesh commented 10 years ago

Since I started contributing to Project Dashboard, I wanted to add this github repo and manage it through the app :). However by default, when I enable github, it only shows my own repositories.

It would be nice if either of the following solution could be implemented,

  1. The sheet could provide a search function to search and add other user's github projects
  2. A simple solution is to show a placeholder text in the current textfield "user/project-name" so that the user knows what format is needed to add a github repo.
iBelieve commented 10 years ago

What I've done for now is set the placeholder text as you suggested.

But I'd like to do two things:

  1. Allow the user to search for a repository, as you suggested.
  2. Allow the user to create a project from a github repo right from the home screen, without having to first create a project and then connect to the GitHub repo.