Heisenware Docs
Go to websiteGet a demo
  • 👋Welcome
  • Getting started
  • Release Notes
    • v84 - Get in the flow
    • v83 - Beauty treatment
    • v82 — Fully distributed
    • v81 — Removing old cruft
    • v80 — Chicks on fire
    • v79 — Nothing is forever
    • v78 — Keep moving
    • v77 — More intelligence
    • v76 — Well cooked
  • Build & Deploy Apps
    • Overview
    • Flow Builder
      • Nodes (Functions)
        • Inputs
        • Trigger
        • Output
      • Function Extensions
        • Modifier
        • Filter
        • Error handler
        • Memorizer
      • Objects & Instances
      • Utilities
        • Basic Functions
        • PDF functions
        • Circular buffer
        • Timer
        • Counter
    • Integrations
      • Protocol Connectors
        • GraphQL
        • HTTP/REST
        • MQTT
        • OPC UA
          • Heidenhain PLCs with OPC UA
        • RS-232/485
        • Siemens S7
      • Data Connectors
        • File
        • Relational Database
        • Time Series Database (WIP)
      • API Connectors
        • OGC SensorThings API
        • Operating System
        • Zebra RFID IoT Connector
      • Agent / (Edge Connector)
      • Calling Custom Code
    • UI Builder
      • Input Widgets
        • Form
        • File Upload
        • Photo
        • Signature
        • Barcode / QR-Code (WIP)
        • Document Scan (WIP)
      • Display Widgets
        • Chart
        • Chat
        • Circular Gauge
        • Data Grid
        • Linear Gauge
        • Map
        • Media View
        • Progress Bar
        • Sparkline
        • Status Lamp
        • Toast
        • Value Box
        • Kanban Board
        • Data Tiles
        • Pie Chart
        • Sankey
      • Buttons
      • Text Box
      • Images
      • Icons
    • Communication Interfaces
      • Email Notifications
      • OPC UA Server
    • Data & File Storage
      • Internal InfluxDB
      • Internal PostgreSQL
      • File Server
    • App Appearance
      • Pages
      • In-App Navigation
      • Screens & Devices
      • Theming
    • Simulation & Testing
      • Simulating Events
      • Simulating Data
    • PDF Templates
    • RAG-based Chatbot
    • Deployment
  • Manage Apps
    • Overview
    • Manage Apps
      • General Settings
      • Users and Access
      • Distribution & Versioning
    • Manage Integrations
    • Manage Account
      • Account Structure
      • Members
      • Workspaces
  • TUTORIALS
    • Build Your First Heisenware App
  • Connect Heidenhain CNC with OPC UA Support
  • Related links
    • Website
    • Privacy policy
    • Imprint
Powered by GitBook
On this page
  • Settings
  • Kanban Board Settings
  • Status Mappings
  • Properties
  • get OnCardChange
  • get OnCardClick
  • get OnColumnClick
  • get OnTitleClick
  1. Build & Deploy Apps
  2. UI Builder
  3. Display Widgets

Kanban Board

Last updated 6 days ago

Settings

Kanban Board Settings

In this tab, you can add, rename and swap the columns of the Kanban Board.

Status Mappings

Keys:

When connecting data to the Kanban Board, each field needs to be mapped to an element of the widget.

  • Stage Key: this field is passed to place the cards in the correct column. It should be a column of strings, and the values should all correspond to the name of a stage

  • Title Key: the card titles

  • Subtitle Key: the card subtitles

  • Status Key: the key determining the color of the bar on the left of each card. Each value can be mapped to a color in the Status Mapping settings.

Properties

get OnCardChange

The getonCardChange property records the latest instance of a card moving from one column to the other.

get OnCardClick

The get onCardClick property records the data connected to a card the moment the card is clicked. All the data fields passed to the Kanban board are included, even if they're not in the card itself.

get OnColumnClick

The get onColumnClick property records the column title when the app user clicks on it.

get OnTitleClick

The get onTitleClick property records the data connected to a card when the card title is clicked. The is clickable setting needs to be active, and the title of the card will turn into a clickable link.

A Kanban Board in Heisenware