| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…n-score-when-asking-for
…n-score-when-asking-for
…n-score-when-asking-for
…n-asking-for' of https://github.com/bucketco/bucket-javascript-sdk into buc-3227-dogfooding-dont-require-satisfaction-score-when-asking-for
| position, | ||
| translations = DEFAULT_TRANSLATIONS, | ||
| openWithCommentVisible = false, | ||
| inputMode = "comment-and-score", |
There was a problem hiding this comment.
I'm curious about the background here. My thinking is that if someone submits a comment, we'll eventually be able to deduct the sentiment. So it ends up feeling weird to ever have the comment first and then the satisfaction second? I could imagine the options being:
I know this is late feedback, apologies.
Sorry, something went wrong.
There was a problem hiding this comment.
The inspiration was Vercel (from the Linear issue):
@makwarth: Here's how Vercel does it, which is the way to do it, imo:
I'm curious about the background here. My thinking is that if someone submits a comment, we'll eventually be able to deduct the sentiment. So it ends up feeling weird to ever have the comment first and then the satisfaction second
Wouldn't that be an argument for the opposite? Why have the score first if it can be derived from the comment?
There can also be a value in specifying the score manually like Vercel; either to be clear about intent or if you don't have time to write a comment but still want to give a nod up/down.
satisfaction + comment shows up
In general, we're moving away from a primary satisfaction score towards it being additional/optional. Having two out of three options put score front and center is misleading and not useful IMO.
I don't see much use for the sequential screens anymore and it complicates implementation a lot. IF you're looking to gather a score for a bigger audience (like post GA release), I think a score-only UI is fine? For all other cases, the comment field is preferred
Sorry, something went wrong.
There was a problem hiding this comment.
OK lets get this in. And let make sure we cut a new major for all the necessary SDKs.
Sorry, something went wrong.
|
and needs a note about breaking changes in the README. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR introduces a new inputMode option to the Reflag feedback UI that allows developers to control which input fields are shown to users when collecting feedback. This addresses the need for more flexible feedback collection scenarios where satisfaction scores may not always be required.
Changes
Core Feature: inputMode Option
API Changes
UI/UX Improvements
Documentation Updates
Preview FEEDBACK.md
Preview README.md
Technical Improvements
Use Cases
This change enables several new feedback collection scenarios:
Breaking Changes
Migration Guide
Before:
After:
Testing