Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bonitasoft/bonita-user-application
https://github.com/bonitasoft/bonita-user-application
lifecycle-platform published-internal-only transitive-dep
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bonitasoft/bonita-user-application
- Owner: bonitasoft
- License: gpl-2.0
- Created: 2019-10-16T07:43:43.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-12T10:58:48.000Z (9 months ago)
- Last Synced: 2024-04-14T00:46:08.335Z (9 months ago)
- Topics: lifecycle-platform, published-internal-only, transitive-dep
- Language: Shell
- Homepage:
- Size: 398 KB
- Stars: 5
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bonita User Application
This repository aggregates all the community development artifacts of the Bonita User Application
## Development
* `src/main/resources/bos-distrib` contains the .bos version of the app descriptor. In this version, the UID pages tokens contain the version of the page because the UID pages are rebuilt by Bonita Studio when deploying the pages and so the pages token must match the page tokens declared in the page.properties generated by the UID (custompage_*).
* `src/main/resources/bonita-distrib` contain the distribution version of the app descriptor. In the distribution, page.properties do not contain the version of the page. This way, in the apps we provide there is no migration step required on the apps when the page has been updated in the new version.## Build
Run `./mvnw clean verify` in a terminal. The result of the build is in the `target` folder:
* a .bos archive to import in Bonita Studio
* a "descriptor" archive containing the application descriptor and the application icon
* a "application" archive containing the application descriptor, icon and the pages it relies on## .bos Application content
* An application descriptor for the Bonita User Application
* The Bonita layout as a development artifact
* The UID pages as a development artifact
* The Task list and Process list application pages are not designed with the UI Designer and are already embedded in the Runtime bundle.In addition to development pages, you may also customize the default Bonita theme just by creating a new Theme in the Studio.
By the default the Bonita theme is used as starting point, so you just have to update the theme id in the application descriptor with your custom theme id.