https://github.com/lgdd/kanban-for-objects
A client extension for Liferay to manage in a Kanban board any custom Object with states.
https://github.com/lgdd/kanban-for-objects
kanban kanban-board liferay liferay-dxp liferay-portal low-code react
Last synced: 2 months ago
JSON representation
A client extension for Liferay to manage in a Kanban board any custom Object with states.
- Host: GitHub
- URL: https://github.com/lgdd/kanban-for-objects
- Owner: lgdd
- License: mit
- Created: 2024-03-26T17:01:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T12:27:53.000Z (7 months ago)
- Last Synced: 2025-03-12T22:18:07.804Z (2 months ago)
- Topics: kanban, kanban-board, liferay, liferay-dxp, liferay-portal, low-code, react
- Language: JavaScript
- Homepage:
- Size: 508 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Kanban for Objects
A client extension for Liferay to manage in a Kanban board any custom Object with states.

## Requirement
Only object definitions with at least one Picklist field mark as a state are supported. For example:
## Configuration
By default, you can select an Object definition and it will display a board according to the states for that definition:

If you want to always display the board of a given Object definition, you can configure the widget in Liferay to give the Object definition ID or ERC as follows:
```properties
id=32830
# or
erc=C_TASK
```