wordpress-mobile / WordPress-FluxC-Android

WordPress Network and Persistence layer based on the Flux architecture
GNU General Public License v2.0
58 stars 37 forks source link

[Custom Fields] Screen on the example app to test the feature #3084

Closed hichamboushaba closed 3 months ago

hichamboushaba commented 3 months ago

This PR just adds a screen to the example app to test the changes added in #3082. The PR seems big, but since the code all goes to the example app, I don't think you need to spend too much time reviewing the code.

I opted to add Compose to the example app, if you have any concerns please share them.

Steps

  1. Open the example app.
  2. Sign in.
  3. Tap on Woo, then select a store.
  4. Tap on Orders.
  5. Tap on "View Order Custom Fields"
  6. Enter the ID of an existing order.
  7. On the next screen, confirm the screen loads the custom fields correctly.
  8. Make some changes.
  9. Save.
  10. Confirm the flow works as expected.
  11. Repeat 4-10 for Products.