codeapprove / feedback

Feedback for CodeApprove
0 stars 0 forks source link

Make it easier to go from Github PR URL to associated CodeApprove URL #98

Closed mtlynch closed 1 year ago

mtlynch commented 1 year ago

It would be handy if there was a place in CodeApprove to paste the Github URL and CodeApprove pulls up the associated CodeApprove review.

Reviewable has this at the top of their dashboard:

image

One other partway implementation that I suspect would be easy to implement is to let CodeApprove handle Github-style routes. So, for example, a Github PR URL can look like one of these:

It would be handy if I could copy the route from Github and paste it after the /pr part of the CodeApprove URL, and CodeApprove would figure it out. Like

samatcodeapprove commented 1 year ago

These are all good ideas! I like the idea of handling GH routes after the /pr/ ... probably should have done that from the start.

On Thu, May 11, 2023 at 5:54 AM Michael Lynch @.***> wrote:

It would be handy if there was a place in CodeApprove to paste the Github URL and CodeApprove pulls up the associated CodeApprove review.

Reviewable has this at the top of their dashboard:

[image: image] https://user-images.githubusercontent.com/7783288/237693684-dc703542-44a8-4f66-a642-e237e891ef37.png

One other partway implementation that I suspect would be easy to implement is to let CodeApprove handle Github-style routes. So, for example, a Github PR URL can look like one of these:

It would be handy if I could copy the route from Github and paste it after the /pr part of the CodeApprove URL, and CodeApprove would figure it out. Like

— Reply to this email directly, view it on GitHub https://github.com/codeapprove/feedback/issues/98, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2GUM4FCFEXRDROMOUUVITDXFTOOTANCNFSM6AAAAAAX6DGCEA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

samatcodeapprove commented 1 year ago

@mtlynch this has been deployed. If you replace github.com with codeapprove.com in the URL for a PR, you'll end up on the CodeApprove PR page.

Note: the PR must already exist in CodeApprove, this does not automatically create it.

mtlynch commented 1 year ago

Confirmed, thanks!