You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the OpenSauced chrome extension redirects a user to insights from their PR, nothing is pre-filled.
ref the GIF here - open-sauced/ai#64
If the /feed endpoint accepted query params like prLink/description:
/feed?prLink=github.com/x/y/pr/55
We could fill in the PR field directly and improve UX.
Suggested solution
Add query params support to /feed endpoint to improve third-party integrations.
This would give users another reason to use the chrome extension too! Happy to look at possible options and implement this.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
Contributing Docs
I agree to follow this project's Contribution Docs
The text was updated successfully, but these errors were encountered:
Type of feature
🍕 Feature
Current behavior
Currently, when the OpenSauced chrome extension redirects a user to insights from their PR, nothing is pre-filled.
ref the GIF here - open-sauced/ai#64
If the /feed endpoint accepted query params like prLink/description:
/feed?prLink=github.com/x/y/pr/55
We could fill in the PR field directly and improve UX.
Suggested solution
Add query params support to /feed endpoint to improve third-party integrations.
This would give users another reason to use the chrome extension too! Happy to look at possible options and implement this.
Additional context
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: