Show HN: The missing inbox for GitHub pull requests

(github.com)

25 points | by pvcnt 2 days ago ago

7 comments

  • joshka 12 hours ago ago

    I wanted to do something like this as a TUI, but was annoyed that the API for handling notification states was not available. I.e. you can't mark a PR as done and then actually search that status or detect it in the API results. That was somewhat annoying. I see this kinda side steps that by keeping state locally and doing a bunch of things to work out whether you're the next action... I like it :)

  • rokkamokka 2 days ago ago

    I like it! We made something very similar at work (a "dashboard" to keep track of review status for the team). Seems a missed opportunity to me that github doesn't have something similar.

    • pvcnt a day ago ago

      Thank you! Yes, it's still surprising to me that GitHub does not seem to invest a lot in improving the code review tool... but that leaves plenty of opportunities for open source projects or SaaS to fill those gaps!

  • dvektor 2 days ago ago

    There is definitely a need for this, great idea!

    Looks like there is a TLS cert issue on the public instance, but I'll be sure to check back in a couple days and check it out.

    • pvcnt a day ago ago

      Thanks for the kind words! What issue did you see exactly? And on which browser? It's possible the setup is not totally correct, I'm a still bit new to deploying on Cloudflare Workers.

  • jerrygoyal a day ago ago

    GitHub projects solves this for me.