-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Feature: Feedback form attachments #21114
Conversation
…m/wordpress-mobile/WordPress-Android into issue/21105-feedback-form-attachments-ui
…form-attachments-ui Feedback form attachments UI
…m/wordpress-mobile/WordPress-Android into issue/21105-feedback-form-upload-attachments
Generated by 🚫 Danger |
📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
|
…m/wordpress-mobile/WordPress-Android into issue/21105-feedback-form-suspend-cancel Conflicts: WordPress/src/main/java/org/wordpress/android/support/ZendeskUploadHelper.kt
…form-suspend-cancel Feedback form: suspend cancel upload
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
I tested the flow in both the Jetpack and WordPress mobile apps on a Samsung Galaxy S20. I tested the happy path and disrupting submissions with network conditions. I did not encounter any significant issues.
In the WordPress app, there is no contact email. I presume we want to allow users to submit anonymous feedback from this app. Is that accurate?
I left a couple of suggestions, but I do not consider them blockers. Also, feel free to seek additional Android code feedback if you'd like.
WordPress/src/main/java/org/wordpress/android/ui/main/feedbackform/FeedbackFormScreen.kt
Outdated
Show resolved
Hide resolved
WordPress/src/main/java/org/wordpress/android/ui/main/feedbackform/FeedbackFormViewModel.kt
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
@dcalhoun Thanks for the review!
Agreed. I've added auto-focus but I'm not sure why sentence capitalization isn't working since I'm requesting it.
Very good catch! I was able to reproduce this when browsing on my Pixel 7a and fixed it in ddfb08b. |
That's accurate, but is subject to change. |
This is the feature branch for uploading feedback form attachments. It contains the following child PRs:
To test:
Caveats: