Show all Pull Requests opened in the repositories you have interesting on whether you are a reviewer/assigner.
(Temporarily) You must create 3 keys on the localStorage
- github_token: GitHub access token that you can create in settings page.
- Permissions required:
- Repo:
- public_repo
- Admin:
- read:org
- Repo:
- Permissions required:
- github_login: Login from you GitHub
- github_url: Base URL from the GitHub you want to retrieve the information (eg.: https://github.com)
- Clone the repository and get into the folder created
npm i
npm start
- The browser should be opened automatically
System should be able to:
- Retrieve and show Organizations and Repositories
- Retrieve and show pull requests for selected repositories
- Store repositories selected into localStorage
User should be able to:
- Select repositories to monitor the pull request
- Change the repositories selected
- Filter
All feedbacks are welcome