-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Java] Complete the feedback widget module #76
Conversation
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.
Let's pull out unrelated things we can merge first
Let's add a test for ModuleFeedback.parseFeedbackList( with garbage input and empty string
add a test for getAvailableFeedbackWidgets where the request returns a random JSON
Add tests for :
- getFeedbackWidgetData
- reportFeedbackWidgetManually
lets put the "addRequiredTimeParams" changes into a separate PR
For the feedback tests, add tests that validate the attempted request params
sdk-java/src/main/java/ly/count/sdk/java/internal/ModuleFeedback.java
Outdated
Show resolved
Hide resolved
refactor: event size queue check
…ountly-sdk-java into create_feedback_module
…into create_feedback_module
[Java] Complete the feedback widget module (#76)
No description provided.