-
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-412 Create landing page for solution templates #395
Changes from 6 commits
085292b
f9dcd6e
bfb4ada
e4ceee4
0439933
1db5bdc
c9a7b60
e5bb5d1
1751e92
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
sidebarDepth: 2 | ||
--- | ||
|
||
# Entando Solution Templates | ||
|
||
The Entando Application Composition Platform offers several Solution Templates to demonstrate various business capabilities and integrations: | ||
|
||
- **Entando Customer Portal** | ||
- [**Entando Hub**](hub.md) | ||
- [**Entando Process Driven Applications Plugin**](pda-tutorial.md) | ||
- [**Entando Standard Banking Demo**](install-standard-demo.md) | ||
|
||
Each Open Source Solution Template was built with Entando and can be used as-is, reviewed for common development practices, or considered a useful starting point for a related application. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "or considered a useful starting point for a related application." >> take out considered There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "considered" has to be replaced with another verb in order for it to make sense... going with "leveraged" |
||
|
||
The following Solution Templates and other sets of components are available in the [public Entando Hub](hub.entando.com) for installation in a user environment, where turnkey functionality can be customized and extended. | ||
|
||
## Entando Customer Portal | ||
|
||
The Entando Customer Portal streamlines development of a customer-facing, self-service subscription management application. The platform integrates RBAC user supervision and Jira Service Management as a ticket tracking system. | ||
|
||
<img src="./landing-images/customer-portal.png" width="533" height="240.49"> | ||
|
||
## Entando Hub | ||
|
||
The [Entando Hub](hub.md) empowers a team to share and collaborate on proprietary or Entando Open Source components. Capabilities, versions and metadata can be transparently analyzed, managed and published. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. open source |
||
|
||
<img src="./landing-images/hub-v1.png" width="533" height="465.02"> | ||
|
||
## Entando Process Driven Applications Plugin | ||
|
||
The [Entando Process Driven Applications Plugin](pda-tutorial.md) provides a comprehensive and versatile automation scheme for Business Process Management. It comprises a custom UX layer, a Spring Boot Backend for Frontend microservice interface, and integration with the [Red Hat Process Automation Manager](https://www.redhat.com/en/technologies/jboss-middleware/process-automation-manager). | ||
|
||
<img src="./landing-images/task-list.png" width="533" height="368.34"> | ||
|
||
## Entando Standard Banking Demo | ||
|
||
The [Entando Standard Banking Demo](install-standard-demo.md) showcases modularity benefits and composability innovation as implemented by the Entando platform. Prominent features include RBAC Keycloak integration, coexistence of React and Angular MFEs, pluggable Spring Boot microservices, and sophisticated MFE communication techniques. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The writing is great here, straightforward and concise but for the features, can we mention some of the widgets listed in the details to exemplify what it can do? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we can definitely do that! i'm going to try to reword this a bit more attractively, focusing on clarity and benefits, but i'm a little worried about deviating from short descriptions. i was thinking this (and the pda blurb) made for enough bait to entice the appropriate audience, but we can try to find better language |
||
|
||
<img src="./landing-images/standard_demo.png" width="533" height="250"> | ||
|
||
TODO: change links to match new nav structure | ||
|
||
|
||
::: tip | ||
Check out our Concepts page to explore Entando's approach to composability, or visit [Getting Started](../../docs/getting-started/) to put these components and capabilities in action! | ||
::: | ||
|
||
TODO: need links for new 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.
I think it should be the default page for the Solution Templates section.