woocommerce-ios
woocommerce-ios copied to clipboard
[Woo POS] Mechanism to refresh product data
Product data might change after the POSProducts
have been initially injected into the dashboard. We need a sync mechanism, for example via by pull-to-refresh the product grid/list.
Tasks:
- [x] Update/create a remote to pull directly 100 simple products: https://github.com/woocommerce/woocommerce-ios/pull/13116/
- [ ] Loading screen while await for the remote: https://github.com/woocommerce/woocommerce-ios/issues/13143
- [x] Sync/Pull-to-refresh: https://github.com/woocommerce/woocommerce-ios/pull/13149
- [x] Store/cache. TBD post-MVP: https://github.com/woocommerce/woocommerce-ios/issues/13142
- [x] Pagination. TBD post-MVP: https://github.com/woocommerce/woocommerce-ios/issues/13142