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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] EP-390: Phase 1 QA Feedback Priority 2 properties #1183

Merged
merged 2 commits into from
Mar 29, 2021

Conversation

leighdouglas
Copy link
Contributor

@leighdouglas leighdouglas commented Mar 24, 2021

馃摬 What

Added 3 new props to user properties:

  • user_created_projects_count
  • user_facebook_connected
  • user_watched_projects_count

Updated the SegmentTest suite

馃 Why

Segment integration.

馃洜 How

  • Added all three properties to the userProperties() function in the AnalyticEventsUtils ext
  • Updated the assertUserProperties() function in the SegmentTest class as well as the test case that checks we are returning the correct value if the fields from v1 that are populating these properties are null

馃搵 QA

  • Open app and fire any event. For example, tap on a project card
  • In segment, you should see the three new properties:
    Screen Shot 2021-03-24 at 7 07 10 PM

Story 馃摉

EP-390: [Android] Create Properties Phase 1 QA Feedback Priority 2

@leighdouglas leighdouglas self-assigned this Mar 24, 2021
@leighdouglas leighdouglas changed the base branch from master to leigh/ep-391-qa-fix-props March 24, 2021 23:18
@@ -113,7 +113,7 @@ protected String deviceFormat() {

@Override
protected String deviceOrientation() {
return "Portrait";
return "portrait";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This will be removed once the previous PR is landed and I rebase.

Copy link
Contributor

@hadia hadia left a comment

Choose a reason for hiding this comment

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

馃憣馃帀

Base automatically changed from leigh/ep-391-qa-fix-props to master March 29, 2021 14:43
@leighdouglas leighdouglas merged commit a5c323c into master Mar 29, 2021
@leighdouglas leighdouglas deleted the ep-390-qa-p2 branch March 29, 2021 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants