Skip to content
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

ENDOC-657 Standard demo tutorial is not updated with the new bundle names shown in the hub #690

Merged
merged 6 commits into from
Mar 9, 2023

Conversation

Lyd1aCla1r3
Copy link
Contributor

No description provided.

@Lyd1aCla1r3 Lyd1aCla1r3 requested review from nshaw and jyunmitch March 7, 2023 01:36
- A form widget placed on the sign up page.
- Makes an API call to the customer microservice to create a new user.
- Accessible from any page if a user is not authenticated.
- The Sign Up MFE is form widget located on the sign up page.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Sign Up MFE is a form widget

- Authorization-aware and passes the bearer token to the microservice. If an unauthenticated user renders the dashboard page, the widget displays an error message.
- Emits events that are consumed by the Transaction Table widget.
- The Card MFE is a React micro frontend located on the My Dashboard page.
- It makes an API call to the banking microservice to fetch a numeric result dependent on the current card selection. The displayed value updates with changes to the card configuration.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Banking microservice

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lowercase, like any of our other features/functionalities that are also general concepts and not referenced in full, e.g. Entando Bundle vs bundle

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not a big deal but it's not a general concept because there is a microservice named banking as noted below in the microservice section.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, there is no microservice with the name Banking Microservice. there's a /banking path but that's different. like we use /auth for Keycloak but there's no Auth Service

- A React micro frontend that consumes events from the Card MFEs.
- Makes an API call to the banking microservice to fetch transaction data.
- The Transaction Table MFE is a React micro frontend that consumes events from the Card MFEs.
- It makes an API call to the banking microservice to fetch transaction data.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Banking microservice

@jyunmitch jyunmitch merged commit 3b84ae5 into main Mar 9, 2023
@jyunmitch jyunmitch deleted the ENDOC-657 branch March 9, 2023 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants