woocommerce / woocommerce-ios

WooCommerce iOS app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
324 stars 114 forks source link

Coupon management (task 1): networking layer #3912

Closed pmusolino closed 2 years ago

pmusolino commented 3 years ago

Coupons Management is one of the core functionalities that we want to offer to our users, and that is part of the Order Creation process. Also if the Coupons Management is part of the Order Creation, we'd like to maintain the flow separated. In this way, we can allow users to customize them from the app settings or from other points of the app.

The first task will be to implement the networking layer for fetching/adding/editing/delete coupons remotely, plus the creation of the models, based on our API documentation.

Schermata 2021-04-06 alle 16 50 32
joshheald-a8c commented 3 years ago

Coupon Model

Field list:

joshheald-a8c commented 3 years ago

CouponListMapper

joshheald-a8c commented 3 years ago

CouponsRemote

joshheald-a8c commented 3 years ago

CouponMapper

itsmeichigo commented 2 years ago

Closing this issue in favor of the new Coupons project.