Povilas Staskus
Povilas Staskus
Scope: https://github.com/Automattic/wordpress-mobile/issues/47 Implement Subscribers and Traffic tab analytics.
Full Scope: Automattic/wordpress-mobile#47 Design: IqhXWz3Iir7RMb5XH5gGfZ-fi-883%3A4006 Create a Subscribers Line Chart Card with a default date range and granularity.
Context: pcdRpT-4iq-p2, p9Jlb4-6Lu-p2 Web stats have followers changed to subscribers. The same should be done on the app. PRs that include renaming: - https://github.com/wordpress-mobile/WordPress-iOS/pull/23084 - https://github.com/wordpress-mobile/WordPress-iOS/pull/23113
Updating from 24.5 to 24.6 beta for some users results in connection or no network issues, in some rare instances leading to a crash. Discussion: p1712262895900119-slack-C012H19SZQ8 and pcdRpT-6gD-p2#comment-9689 Testflight crash...
Fixes #22859 WPKit-PR: https://github.com/wordpress-mobile/WordPressKit-iOS/pull/771 All of the changes and explanations are within WPKit PR. In short, `DateFormatter` fails to convert a date string (`2023-10-01`) string to `Date` on rare occasions...
Fixes #22721 Majority of Stats Traffic / Stats Period scrolling hitches happen due to inefficient `TopTotalsCell` load, mainly calls to `addRows` which creates and adds multiple layers of `UIStackViews` every...
This is a feature request. More context: p1712041949086139-slack-C0180B5PRJ4 WP.com contains All-Time Clicks while the app only has it for Days/Weeks/Months/Years. 
The Stats Traffic tab's scrolling performance still stutters, even on iPhone 14 Pro. There may be some inefficiencies in how cells are built: 1. Timebox an improvement task (e.g. 1...
- Improve https://github.com/wordpress-mobile/WordPress-iOS/pull/22750 to make sure the caching mechanism continues to work for the chart (https://github.com/wordpress-mobile/WordPress-iOS/pull/22750#issuecomment-1974702784) - Check if there're other conditions where stats/visits show zeros (https://github.com/wordpress-mobile/WordPress-iOS/pull/22826#pullrequestreview-1944807282)
self.periodDataQueryDateFormatter.date(from: "2023-10-01") returns nil resulting in "An error occurred" messages shown on Stats Traffic cards From https://github.com/wordpress-mobile/WordPress-iOS/pull/22826#pullrequestreview-1944807282 > An error occurred when viewing certain weeks I thought it might be...