An open API service indexing awesome lists of open source software.

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.

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.

![preview](https://github.com/lgdd/doc-assets/blob/main/kanban-objects/kanban-objects-2.png?raw=true)

## Requirement

Only object definitions with at least one Picklist field mark as a state are supported. For example:
![preview](https://github.com/lgdd/doc-assets/blob/main/kanban-objects/kanban-objects-4.png?raw=true)

## Configuration

By default, you can select an Object definition and it will display a board according to the states for that definition:

![preview](https://github.com/lgdd/doc-assets/blob/main/kanban-objects/kanban-objects-1.png?raw=true)

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
```