You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a shopper, I want to make a purchase from Venia with correct shipping/billing information and validated for accuracy so that I have a successful order.
Scenario:
Shipping and billing information captured (e.g. Veronica Costello)
Edits and validations (server side)
Error messaging and interactions
Expected result:
Basic checkout experience with real data from Magento store using REST API and the ability to use the form component for basic edits/validations (server) and appropriate messaging if there are issues in the experience.
Requires knowledge of REST/GRAPHQL interactions with Apollo and use of current Magento 2 API.
Possible solutions:
Demo of minimal checkout experience (unstyled) through confirmation page and order placed (seen) from Magento 2 admin panel. Checkout should be built in such a way that applying Venia styling and switching to GRAPHQL (fully) is less difficult from a developer experience.
The text was updated successfully, but these errors were encountered:
ericerway
changed the title
Implement Checkout MVP (forms and validations) WIP
Implement Checkout MVP (forms and validations) [WIP]
Jun 22, 2018
This issue is for the following packages:
[X]
venia-concept
[ ]
pwa-buildpack
[X]
peregrine
[ ]
pwa-module
[ ]
pwa-devdocs
This issue is a:
[ ] Bug
[X] Feature suggestion
[ ] Documentation issue
[ ] Other (Please Specify)
Environment
node -v
)npm -v
)Description
As a shopper, I want to make a purchase from Venia with correct shipping/billing information and validated for accuracy so that I have a successful order.
Scenario:
Expected result:
Basic checkout experience with real data from Magento store using REST API and the ability to use the form component for basic edits/validations (server) and appropriate messaging if there are issues in the experience.
Requires knowledge of REST/GRAPHQL interactions with Apollo and use of current Magento 2 API.
Possible solutions:
Demo of minimal checkout experience (unstyled) through confirmation page and order placed (seen) from Magento 2 admin panel. Checkout should be built in such a way that applying Venia styling and switching to GRAPHQL (fully) is less difficult from a developer experience.
The text was updated successfully, but these errors were encountered: