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

feat: implementation / enhancements of analytics #348

Merged
merged 8 commits into from
Mar 21, 2024

Conversation

saeedbashir
Copy link
Contributor

@saeedbashir saeedbashir commented Mar 18, 2024

This PR adds analytics to most parts of the app, as requested by the product team (@moiz994).

Note: @marcotuts We have discussed it internally, and I have renamed the already implemented analytics names for consistency between already implemented and newly implemented analytics, e.g Forgot_password_Clicked to Logistration_Forgot_Password_Clicked, Cookie_Policy_Clicked to Profile_Cookie_Policy_Clicked.

@saeedbashir
Copy link
Contributor Author

@volodymyr-chekyrta The tests are passing locally but failing on the PR, and I'm not getting any useful insights from the logs. Could you please look into it and see what needs to be fixed.

rnr
rnr previously approved these changes Mar 19, 2024
Copy link
Contributor

@rnr rnr left a comment

Choose a reason for hiding this comment

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

LGTM
perhaps needs to coordinate with @shafqat-muneer and add analytics for Calendar sync too (maybe after his PR merging?)


public init(interactor: ProfileInteractorProtocol, router: ProfileRouter, connectivity: ConnectivityProtocol) {
public init(interactor: ProfileInteractorProtocol, router: ProfileRouter, connectivity: ConnectivityProtocol, analytics: ProfileAnalytics) {
Copy link
Contributor

Choose a reason for hiding this comment

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

please fix line length warning

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@saeedbashir
Copy link
Contributor Author

LGTM perhaps needs to coordinate with @shafqat-muneer and add analytics for Calendar sync too (maybe after his PR merging?)

We have created a separate task for calendar integration events.

Copy link
Contributor

@volodymyr-chekyrta volodymyr-chekyrta left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@volodymyr-chekyrta volodymyr-chekyrta merged commit 3531fc2 into openedx:develop Mar 21, 2024
3 checks passed
@saeedbashir saeedbashir deleted the saeed/imp_analytics branch March 21, 2024 09:37
@miankhalid miankhalid linked an issue Mar 28, 2024 that may be closed by this pull request
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.

[iOS] Improved Mobile Analytics Support
3 participants