-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conversation
- 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. |
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.
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. |
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.
Banking microservice
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.
lowercase, like any of our other features/functionalities that are also general concepts and not referenced in full, e.g. Entando Bundle vs bundle
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.
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.
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.
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. |
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.
Banking microservice
No description provided.