issues
search
vuestorefront-community
/
odoo
https://docs.vuestorefront.io/odoo/
MIT License
66
stars
26
forks
source link
Update to 2.4.0
#3
Closed
odranoelBR
closed
3 years ago
odranoelBR
commented
3 years ago
refactor: [IMP] added new password factory from vsf 2.4
fix: [FIX] props type mismatch
fix: [FIX] category tree when category doesnt have childs
fix: [FIX] login modal name attribute
test: [IMP] add categoryGetter test
refactor: [IMP] update category type
chore: [IMP] added .vscode to force eslint
test: [IMP] update tests
refactor: [IMP] update type and apis
refactor: [IMP] update getters based on new types
test: [IMP] add faccet getters tests / product getters
chore: [FIX] set npm package private false to allow publish on vsf repo
fix: [FIX] facet getters bugs showed on test
feat: [IMP] added custom paymentprovider
chore: package.lock update
test: [IMP] add tests for facetgetters
fix: [FIX] facet getters bug showed on tsts
[IMP] making migration to v14 and creating a query to cartUpdateItem and to the logout
[MOV] renaming directory 13.0 to 14.0
[IMP] adding is_variant_possible to the product object
[IMP] making some necessary adjustments in the Demo Data
[IMP] adding inventory_availability to the Product object and adding warning_stok to the OrderLine object
refactor: [IMP] update api types and queries
refactor: [IMP] update reset password page
refactor: [IMP] update forgotpassword getters
fix: [FIX] param on change password
refactor: [IMP] update logout mutation
refactor: [IMP] update login presentation logic
fix: [FIX] cache enabled on dev mode
refactor: [IMP] update cart update item quantity
chore: [IMP] update nuxt cache config for dev env
refactor: [IMP] update item cart qunantity logic
test: [IMP] update usecart tests
Description
Upgrade to VSF 2.4 and changed all apis to graphql
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[ ] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
[ ] I have read the
CONTRIBUTING
document.
[ ] I have added tests to cover my changes.
[ ] All new and existing tests passed.
Description
Upgrade to VSF 2.4 and changed all apis to graphql
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: