woocommerce-ios icon indicating copy to clipboard operation
woocommerce-ios copied to clipboard

[Woo POS] Mechanism to refresh product data

Open iamgabrielma opened this issue 9 months ago • 3 comments

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

iamgabrielma avatar May 27 '24 07:05 iamgabrielma