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

Custom repo input and checks #8

Open
rpodcast opened this issue Mar 10, 2019 · 0 comments
Open

Custom repo input and checks #8

rpodcast opened this issue Mar 10, 2019 · 0 comments

Comments

@rpodcast
Copy link
Collaborator

Writing my thoughts now before hitting 🛏️

  • We talked about letting the user enter the name of a GitHub repository which has issues being worked on at the particular unconf, with the added bonus of having this additional repo magically added to the existing list of repos being scraped in the app
  • Before adding the user-entered repo name to our master list of repo names, we should do a quick check to make sure that repo indeed has issues tagged with the unconf label. Otherwise someone could just add a boatload of repos and gummy up our system, right?
  • We could use a simple call to projmgr::parse_issues in the observeEvent call of repo adding click and pop-up an alert box if that repo does not have any unconf issues. But if it does, we proceed forward with the repo addition to the existing repo list.
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

No branches or pull requests

1 participant