-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[frontend] fix local development instructions and dependencies #434
[frontend] fix local development instructions and dependencies #434
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, what was the local error involving the quoteservice
? Does Frontend
communicate with it? If so we should add that to the Service Diagram in the README.md
The frontend loads and works fine, but if you want to test all views, the checkout process fails, because checkout calls shippingservice that calls quoteservice. |
Signed-off-by: Chance Zibolski <[email protected]>
Signed-off-by: Chance Zibolski <[email protected]> Signed-off-by: Chance Zibolski <[email protected]> Co-authored-by: Juliano Costa <[email protected]> Co-authored-by: Pierre Tessier <[email protected]>
…y#439) Signed-off-by: Chance Zibolski <[email protected]> Signed-off-by: Chance Zibolski <[email protected]> Co-authored-by: Juliano Costa <[email protected]> Co-authored-by: Pierre Tessier <[email protected]>
Fixes #407 .
Changes
When moving from
CMD
toENTRYPOINT
we forgot to update the instructions for the frontend local development.Also, the
quoteservice
was added as a dependency offrontend
to avoid errors during local development.