Povilas Staskus
Povilas Staskus
Full Scope: https://github.com/Automattic/wordpress-mobile/issues/47 Design: [IqhXWz3Iir7RMb5XH5gGfZ-fi-883%3A4006](https://href.li/?https://www.figma.com/file/IqhXWz3Iir7RMb5XH5gGfZ/?node-id=883%3A4006) Information about endpoints: p1714120495398839-slack-C06BR07TJHK Create a Card and Details view that would emulate the same behavior as "Subscribers" card on the web. ### Scope **Subscribers...
Total Subscribers number on Insights is calculated by adding: wpcom + email + publicize (Jetpack social) subscribers. However, it's been removed from the web. 1. Update Total Subscribers card on...
Full Scope: https://github.com/Automattic/wordpress-mobile/issues/47 Design: [IqhXWz3Iir7RMb5XH5gGfZ-fi-883%3A4006](https://href.li/?https://www.figma.com/file/IqhXWz3Iir7RMb5XH5gGfZ/?node-id=883%3A4006) Create Emails Opens and Clicks card. #### More Details This task will likely require the implementation of new endpoints that are used on the web....
Full Scope: https://github.com/Automattic/wordpress-mobile/issues/47 Design: [IqhXWz3Iir7RMb5XH5gGfZ-fi-883%3A4006](https://href.li/?https://www.figma.com/file/IqhXWz3Iir7RMb5XH5gGfZ/?node-id=883%3A4006) Create Total Subscribers Card ### Scope - Total Subscribers Card without navigation
Scope: https://github.com/Automattic/wordpress-mobile/issues/47 Implement Subscribers and Traffic tab analytics.
Full Scope: https://github.com/Automattic/wordpress-mobile/issues/47 Design: [IqhXWz3Iir7RMb5XH5gGfZ-fi-883%3A4006](https://href.li/?https://www.figma.com/file/IqhXWz3Iir7RMb5XH5gGfZ/?node-id=883%3A4006) - Deep link to Subscribers tab - Deep link to Traffic tab with appropriate granularity selected
Full Scope: https://github.com/Automattic/wordpress-mobile/issues/47 Design: [IqhXWz3Iir7RMb5XH5gGfZ-fi-883%3A4006](https://href.li/?https://www.figma.com/file/IqhXWz3Iir7RMb5XH5gGfZ/?node-id=883%3A4006) Update terminology to Subscribers from Followers in all the app
The current `v1.1/sites/{site_id}/follows` endpoint we use doesn't work for non-admins, but the `new v2/sites/{site_id}/subscribers` one does work. So until we update it, editors who go to Stats Subscribers in the...
The current `v1.1/sites/{site_id}/follows` endpoint we use doesn't work for non-admins, but the `new v2/sites/{site_id}/subscribers` one does work. So until we update it, editors who go to Stats Subscribers in the...
Fixes #21878 Update terminology to Subscribers from Followers in the app. Other PRs that include renaming: - https://github.com/wordpress-mobile/WordPress-iOS/pull/23084 - https://github.com/wordpress-mobile/WordPress-iOS/pull/23113 ## Solution I used regex `"follow\w*\b.*?"` to find candidate strings...