Show HN: Pream-team A TUI app that list PRs on multiple GH repos from your team
2 by legjitter | 0 comments on Hacker News.
My team touches multiple repositories, it is difficult to get an overview of all open PRs for my team. It helps me prioritise reviewing team PRs, since my inbox gets full of GitHub notifications and I can miss new pull requests until someone pings me. This TUI app attempts to solve that issue. It caches the GitHub api responses so that you can open and close it often without loosing the previously fetched PR list (fetching a list of PRs can be slow due to GH search api rate limit). It displays the timestamp of the fetched PRs so you know if you would like to refresh to prevent the list from being too outdated. Any suggestions on how to improve the code or UX are more than welcome!
No comments:
Post a Comment