Browse Source

docs: kanban

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 1 year ago
parent
commit
e16bcc9011
  1. 42
      packages/noco-docs/docs/080.views/090.view-types/040.kanban.md
  2. BIN
      packages/noco-docs/static/img/v2/views/kanban-collapse-stack.png
  3. BIN
      packages/noco-docs/static/img/v2/views/kanban-delete-stack-confirmation.png
  4. BIN
      packages/noco-docs/static/img/v2/views/kanban-delete-stack.png
  5. BIN
      packages/noco-docs/static/img/v2/views/kanban-edit-stack-options.png

42
packages/noco-docs/docs/080.views/090.view-types/040.kanban.md

@ -22,22 +22,54 @@ Kanban View allows you to visualise your data using cards as part of various sta
5. [Perform Quick Searches for Specific Data Within Fields](/table-operations/search)
6. [Export Data to CSV or Excel Format](/table-operations/download#download-data)
7. [Change Cover Image](/table-operations/field-operations#change-cover-field-kanbankanban-view)
8. **Change Stacked by Field**: You can change the field by which the records are stacked on the kanban view by clicking on the `Stacked by` menu in the toolbar. Dropdown lists all `Single select` fields that are available on this table. From the dropdown, select the new field by which you want to stack the records.
## Kanban View Stacked-by field Operations
### Change Stacked by Field
You can change the field by which the records are stacked on the kanban view by following the steps below:
1. Click on the `Stacked by` menu in the toolbar.
2. Click on field name that is currently selected as the stacked-by field.
3. From the dropdown, select the new field by which you want to stack the records.
![Change Stacked by Field](/img/v2/views/kanban-change-stack.png)
### Add/modify Stacked-by Field Options
You can add/modify options on the stacked-by single select field by following the steps below:
1. Click on the `Stacked by` menu in the toolbar. Dropdown lists all `Select Options` that are available on this field.
2. Add/modify as required.
3. Click on `Save` to save the changes.
![Add/modify option on the stacked-by single select field](/img/v2/views/kanban-edit-stack-options.png)
### Collapse Stack
To ease the view of the kanban, you can collapse the stack by following the steps below:
1. Click on the dropdown icon on the stack header.
2. Select `Collapse Stack` from the dropdown.
3. `Collapsed Stack` will be displayed as vertical bars on the kanban view as displayed below.
![Collapse Stack](/img/v2/views/kanban-collapse-stack.png)
### Delete Stack
To delete a stack from the kanban view, follow the steps below:
1. Click on the dropdown icon on the stack header.
2. Select `Delete Stack` from the dropdown.
3. A confirmation dialog will be displayed. Click on `Delete` to delete the stack.
![Delete Stack](/img/v2/views/kanban-delete-stack.png)
![Delete Stack Confirmation](/img/v2/views/kanban-delete-stack-confirmation.png)
## Kanban View Record Operations
1. **Add a New Record to the Kanban**: On kanban, you can add a new record directly to a particular stack by using `Add Record` button on the stack footer. This opens up an expanded record view where you can enter the data for the new record. Once you save the record, it will be displayed on the kanban view. You can also add a new record to the table, and it will be displayed on the kanban view.
### Add a New Record to the Kanban
On kanban, you can add a new record directly to a particular stack by using `Add Record` button on the stack footer. This opens up an expanded record view where you can enter the data for the new record. Once you save the record, it will be displayed on the kanban view. You can also add a new record to the table, and it will be displayed on the kanban view.
![Add Record](/img/v2/views/kanban-add-record.png)
2. **Edit an Existing Record on the Kanban**: Click on the card on the kanban view to open the record in the expanded record view. You can edit the record in the expanded record view and save it.
### Edit an Existing Record on the Kanban
Click on the card on the kanban view to open the record in the expanded record view. You can edit the record in the expanded record view and save it.
3. **Delete a Single Record from the Kanban**: Right-click on the card to access the context menu and select the `Delete` option.
### Delete a Single Record from the Kanban
Right-click on the card to access the context menu and select the `Delete` option.
4. **Delete Multiple Records in Bulk from the Kanban**: Currently it is not possible to delete multiple records in bulk directly on the kanban view. However, you can delete multiple records in bulk from the grid view & it will be reflected on the kanban view.
## Related articles

BIN
packages/noco-docs/static/img/v2/views/kanban-collapse-stack.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

BIN
packages/noco-docs/static/img/v2/views/kanban-delete-stack-confirmation.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

BIN
packages/noco-docs/static/img/v2/views/kanban-delete-stack.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

BIN
packages/noco-docs/static/img/v2/views/kanban-edit-stack-options.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB

Loading…
Cancel
Save