-
Notifications
You must be signed in to change notification settings - Fork 343
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
feat(application): Document how to declare advanced applications. #2705
Conversation
Start skeleton for Bonita UI Designer Pro. Detail the declaration in app descriptor (temporaryly in sources). Relates to [BPM-91](https://bonitasoft.atlassian.net/browse/BPM-91)
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 11.2%, saving 9.92 KB.
266 images did not require optimisation. |
🎊 PR Preview d287ccc has been successfully built and deployed to https://bonitasoft-bonita-doc-build_preview-pr-2705.surge.sh 🕐 Build time: 0.01s 🤖 By surge-preview |
📝 Check the pages that have been modifiedIn order to merge this pull request, you need to check your updates with the following url. 🔍 Updated pagesThe following pages were updated, please ensure that the display is correct: |
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, few comments (on the form)
modules/pages-and-forms/pages/pro-declare-interface-in-bonita.adoc
Outdated
Show resolved
Hide resolved
modules/pages-and-forms/pages/pro-declare-interface-in-bonita.adoc
Outdated
Show resolved
Hide resolved
modules/pages-and-forms/pages/pro-declare-interface-in-bonita.adoc
Outdated
Show resolved
Hide resolved
modules/pages-and-forms/pages/pro-declare-interface-in-bonita.adoc
Outdated
Show resolved
Hide resolved
…adoc Co-authored-by: jeromecambon <[email protected]>
…adoc Co-authored-by: jeromecambon <[email protected]>
…adoc Co-authored-by: jeromecambon <[email protected]>
…adoc Co-authored-by: jeromecambon <[email protected]>
Co-authored-by: jeromecambon <[email protected]>
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.
Seems good!
The xref:applications:application-creation.adoc[Bonita application descriptor] is a file that let you describe all your applications. | ||
|
||
To declare a Bonita UI Designer Pro interface in it, edit it in Studio using the "source" tab. | ||
In this tab, you will be able to declare your application built and packaged with Bonita UI Designer Pro, using auto-completion with a "advancedApplication" XML tag. |
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.
suggestion:
In this tab, you will be able to declare your application built and packaged with Bonita UI Designer Pro, using auto-completion with a "advancedApplication" XML tag. | |
In this tab, you will be able to declare your application built and packaged with Bonita UI Designer Pro, using auto-completion with a `advancedApplication` XML tag. |
|
||
The xref:applications:application-creation.adoc[Bonita application descriptor] is a file that let you describe all your applications. | ||
|
||
To declare a Bonita UI Designer Pro interface in it, edit it in Studio using the "source" tab. |
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.
suggestion:
To declare a Bonita UI Designer Pro interface in it, edit it in Studio using the "source" tab. | |
To declare a Bonita UI Designer Pro interface in it, edit it in Studio using the `source` tab. |
|
||
image::images/advanced-application-descriptor.png[Application Descriptor Editor] | ||
|
||
In this example, the "Advanced Overview" application is declared with the tag: |
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.
suggestion:
In this example, the "Advanced Overview" application is declared with the tag: | |
In this example, the _Advanced Overview_ application is declared with the tag: |
</advancedApplication> | ||
---- | ||
|
||
There are fewer properties to set for an advanced application than for a legacy application, but the "displayName" is still mandatory. |
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.
suggestion:
There are fewer properties to set for an advanced application than for a legacy application, but the "displayName" is still mandatory. | |
There are fewer properties to set for an advanced application than for a legacy application, but the `displayName` is still mandatory. |
|
||
image::images/advanced-application-descriptor.png[Application Descriptor Editor] | ||
|
||
In this example, the "Advanced Overview" application is declared with the tag: |
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.
nitpick:
For blind people, it's not clear whether to add this snippet code inside the <applications></applications>
tag.
This PR will be closed soon, it's replaced by #2714 |
Start skeleton for Bonita UI Designer Pro.
Detail the declaration in app descriptor (temporaryly in sources).
Relates to BPM-91