Open sebastienbeau opened 1 year ago
- delivery instead of shipping
- invoicing instead of billing
Sounds reasonable. No strong opinion about that from my side.
We could add a glossary in the wiki or somewhere?
shopinvader_api_cart.service.cart
Currently it's shopinvader_api_cart.routers.cart
. I remember we discussed that after Valencia.
Have we written the rationale somewhere?
- delivery instead of shipping
- invoicing instead of billing
:+1:
shopinvader_api_cart.service.cart
I would prefer to keep 'router' and 'helper' into the name. These odoo models are helper
s for a specific pydantic router
-> shopinvader_api_cart.cart_router.helper
: A helper model used by the endpoints of the cart_router.
ok for me. I will change the name of the existing model
Hi @shopinvader/shopinvader-maintainers
In several module we mix some wording shipping/delivery and billing/invoicing.
I propose to always use
What do you think ?
Second point regarding the naming of "helper" for router. I see that we do not have define a clear convention.
I propose "name_of_module.service.name_of_service" ?
For example for cart it's give you
For addresses
Thanks for you feedback I will clean the code depending on the decision.