Skip to content

Add support for App Distribution in-app Feedback #1167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 19, 2022

Conversation

kaibolay
Copy link
Contributor

@kaibolay kaibolay commented Jul 8, 2022

Adding InAppFeedbackPayload and onNewInAppFeedbackPublished().

@kaibolay kaibolay requested review from inlined and colerogers July 8, 2022 17:08
@kaibolay kaibolay force-pushed the appdistro-in-app-feedback branch 3 times, most recently from d277573 to 0cc6154 Compare July 8, 2022 17:25
@kaibolay kaibolay requested a review from marcgovi July 8, 2022 17:49
Copy link
Contributor

@colerogers colerogers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this live on the backend? If not, do you know when I can try this branch out?

@kaibolay
Copy link
Contributor Author

Is this live on the backend?

I don't think so. I think it depends on http://cl/459802137 making it to production.

If not, do you know when I can try this branch out?

I had hoped you could tell me ;-) I'm not aware of any other missing pieces - please let me know if you can think of any.

@kaibolay kaibolay force-pushed the appdistro-in-app-feedback branch from 339cf9e to d03ae88 Compare July 15, 2022 21:13
@kaibolay kaibolay requested a review from colerogers July 15, 2022 22:26
Copy link
Contributor

@colerogers colerogers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just ran a successful deploy, LGTM

@kaibolay
Copy link
Contributor Author

/retest

@kaibolay kaibolay merged commit 724a8b0 into master Jul 19, 2022
@kaibolay kaibolay deleted the appdistro-in-app-feedback branch July 19, 2022 16:20
/** Text entered by the tester */
text: string;
/** URIs to download screenshot(s) */
screenshotUris?: string[];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make this non-optional and always provide the empty array if necessary?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the SDK, correct?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there, I'm on Kai's team and working on this while he's on vacation.

#1187 includes a fix for this feedback.

Copy link
Contributor

@jladieu jladieu Aug 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update on this...I put the fix for making screenshotUris non-optional into a different PR: #1188 because I don't know what I'm doing yet and don't want to couple the other changes in the originally-linked PR with this one :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries. I helped out in that PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants