-
Notifications
You must be signed in to change notification settings - Fork 120
Open beta analytics #336
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
Open beta analytics #336
Conversation
jleandroperez
left a comment
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.
✅ Code looks great!!
✅ Unit Tests
✅ Device Testing: Logged Off / Logged On States
![]()
| } | ||
|
|
||
| override func tabBar(_ tabBar: UITabBar, didSelect item: UITabBarItem) { | ||
| guard let currentlySelectedTab = WooTab(rawValue: selectedIndex), |
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.
Missing super.tabBar call?
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.
@jleandroperez I am not going to include the super call here...adding it caused the app to crash.
…into issue/open-beta-analytics-mark1 * 'release/0.8' of github.com:woocommerce/woocommerce-ios: OrderDetailsViewController: Fixing Typo SettingsViewController: Fixing Typo BillingDetailsTableViewCell: Applying gesture recognizer to the main view OrderDetailsViewController: Email Composer Appearance Updating Info.plist Project: ARCHS_STANDARD_64_BIT by default Podfile: 64 Bit Workaround # Conflicts: # WooCommerce/Classes/ViewRelated/Orders/OrderDetails/OrderDetailsViewController.swift
This PR adds all of the analytics defined in our Android+iOS event spreadsheet (ask me in Slack about this) to the open beta workflows.
Fixes #34
Testing
Make sure the app builds + runs & the unit tests are ✅ . Also try to give the entire app a good smoke test and make sure none of the newly-added instrumentation breaks anything.
/cc @loremattei