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-412 Create landing page for solution templates #395

Merged
merged 9 commits into from
Jan 27, 2022
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions vuepress/docs/.vuepress/v632.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@ module.exports = {
title: 'Process Driven Applications (PDA)',
path: path + 'samples/pda-tutorial.md',
},
{
Copy link
Member

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.

title: 'Solution Template Landing Page',
path: path + 'samples/landing-page.md',
},
]
},
]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions vuepress/docs/v6.3.2/tutorials/samples/landing-page.md
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.
Copy link
Collaborator

Choose a reason for hiding this comment

The 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

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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.
Copy link
Member

Choose a reason for hiding this comment

The 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.
Copy link
Collaborator

Choose a reason for hiding this comment

The 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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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