woocommerce-ios
woocommerce-ios copied to clipboard
Introduce My Store fetching logic
When the user opens the Watch app with the Store already configured, the My Store screen should be the app's landing page.
This task should introduce the data fetching operations to present the expected My Store data. The charts are not mandatory but are nice to have, as we're not confident about how easy it is to display this kind of data on the Watch screen.
Data fetching can be done by requesting it from the phone app or using the watch network to request it when possible.
### Tasks
- [ ] Fetch the Orders data of the day
- [ ] Update and present the orders total sales, orders count, visitors count and conversion rate
- [ ] [Nice to have] Fetch the data from the watch network, when available.
Thanks for reporting! 👍