-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: Parity IAP analytics with legacy app #55
Conversation
4bd998a
to
d2a51cf
Compare
Hey @dixidroid & @HamzaIsrar12 , I have rebased the PR with 2U/develop and update the code accordingly. |
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.
- We are not passing the
flow_type
in the upgrade from the flow of the expired course.
course/src/test/java/org/openedx/course/presentation/container/CourseContainerViewModelTest.kt
Outdated
Show resolved
Hide resolved
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.
The Upgrade Success event and snackbar are triggering twice on the course dashboard during the successful flow.
bf8e68b
to
6dc5d21
Compare
6dc5d21
to
5759db4
Compare
- Update IAP analytics structure. - Update flow_type for all the IAP analytics events - Generalized event triggering in ViewModels fix: LEARNER-10225
- Resolve multiple event triggering due to notifier
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.
Minor nits only.
Description:
flow_type
for all the IAP analytics eventsfix: LEARNER-10225