Skip to content
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/in app review #81

Merged
merged 14 commits into from
Nov 17, 2023

Conversation

PavloNetrebchuk
Copy link
Contributor

@PavloNetrebchuk PavloNetrebchuk commented Oct 30, 2023

Added in-app review logic:
Show RatingView after the completion of any video.
If the user left negative feedback, choose the "Not Now" option or close the dialog, ask them again after 2 minor or 1 major version.

If the user rated the app from 4 to 5, prompt them to rate it in the Play Store.
Screenshot 2023-10-30 at 17 35 15
Screenshot 2023-10-30 at 17 35 59
Screenshot 2023-10-30 at 17 36 21
Screenshot 2023-10-30 at 17 36 45

If the user rated the app from 1 to 3, prompt them to leave feedback via email.
Screenshot 2023-10-30 at 18 05 41
Screenshot 2023-10-30 at 17 37 41
Screenshot 2023-10-30 at 17 39 51
Screenshot 2023-10-30 at 17 50 40
image
Screenshot 2023-10-30 at 17 43 12

@openedx-webhooks openedx-webhooks added the open-source-contribution PR author is not from Axim or 2U label Oct 30, 2023
@openedx-webhooks
Copy link

openedx-webhooks commented Oct 30, 2023

Thanks for the pull request, @PavloNetrebchuk! Please note that it may take us up to several weeks or months to complete a review and merge your PR.

Feel free to add as much of the following information to the ticket as you can:

  • supporting documentation
  • Open edX discussion forum threads
  • timeline information ("this must be merged by XX date", and why that is)
  • partner information ("this is a course on edx.org")
  • any other information that can help Product understand the context for the PR

All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.

Please let us know once your PR is ready for our review and all tests are green.

@PavloNetrebchuk PavloNetrebchuk force-pushed the feature/in_app_review branch 2 times, most recently from b092551 to 1f55aaf Compare October 31, 2023 10:41
# Conflicts:
#	app/src/main/java/org/openedx/app/di/AppModule.kt
#	core/src/main/java/org/openedx/core/ui/theme/Color.kt
#	core/src/main/java/org/openedx/core/ui/theme/Theme.kt
#	core/src/main/res/values-uk/strings.xml
#	core/src/main/res/values/strings.xml
#	course/src/main/java/org/openedx/course/presentation/unit/video/VideoUnitFragment.kt
#	course/src/main/java/org/openedx/course/presentation/unit/video/YoutubeVideoUnitFragment.kt
# Conflicts:
#	build.gradle
#	core/src/main/java/org/openedx/core/ui/theme/Color.kt
#	core/src/main/java/org/openedx/core/ui/theme/Theme.kt
#	course/src/main/java/org/openedx/course/presentation/unit/video/VideoFullScreenFragment.kt
@sdaitzman
Copy link

This looks great to me! It would be ideal to collect feedback directly in-app, but that requires some backend communication and is probably not in-scope for now.

@sdaitzman
Copy link

One question:

  • What currently triggers this dialog? Is it timing-based? Could it be triggered only when a video is not actively playing, maybe immediately after a video?

@volodymyr-chekyrta
Copy link
Contributor

@sdaitzman
Yes, the dialog appears when video playback ends

@volodymyr-chekyrta volodymyr-chekyrta merged commit 7d0ab23 into openedx:develop Nov 17, 2023
2 checks passed
@openedx-webhooks
Copy link

@PavloNetrebchuk 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.

@volodymyr-chekyrta volodymyr-chekyrta deleted the feature/in_app_review branch November 17, 2023 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
open-source-contribution PR author is not from Axim or 2U
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants