sp-dev-fx-webparts/samples/react-kanban-board
petkir 71f6469fa0 URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
..
.vscode React kanban (#918) 2019-07-28 13:25:41 +03:00
assets React kanban (#918) 2019-07-28 13:25:41 +03:00
config commiting changes to resolve issue 949 2020-04-21 21:36:16 +01:00
src Update KanbanBoard.tsx 2020-04-21 19:45:41 -04:00
teams React kanban (#918) 2019-07-28 13:25:41 +03:00
.editorconfig React kanban (#918) 2019-07-28 13:25:41 +03:00
.gitignore React kanban (#918) 2019-07-28 13:25:41 +03:00
.yo-rc.json React kanban (#918) 2019-07-28 13:25:41 +03:00
README.md URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
gulpfile.js Update gulpfile.js 2020-04-21 19:44:53 -04:00
package-lock.json commiting changes to resolve issue 949 2020-04-21 21:36:16 +01:00
package.json commiting changes to resolve issue 949 2020-04-21 21:36:16 +01:00
tsconfig.json React kanban (#918) 2019-07-28 13:25:41 +03:00
tslint.json React kanban (#918) 2019-07-28 13:25:41 +03:00

README.md

React Kanban Board Webpart

Summary

This solution contains an SPFx webpart which shows a Kanban board using jqxKanban ReactJS component (from JQWidgets). The webpart uses the default columns of the SharePoint Tasks list for showing the board's columns and the tasks.

picture of the web part in action

Used SharePoint Framework Version

drop

Applies to

Prerequisites

This webpart reads the information from a Tasks list and uses the following OOB columns

  • Task Name
  • Assigned To
  • % Complete
  • Description
  • Priority
  • Task Status

The Task list can be chosen using the webpart properties

Solution

Solution Author(s)
react-kanban-board Ram
react-kanban-board Daniel Westerdale (Westerdale Solutions Ltd., @westerdaled)

Version history

Version Date Comments
1.0.0.0 July 17, 2019 Initial release
1.0.1.0 April 21, 2020 Added support for Teams hosts

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

THIS WEBPART USES jQWidgets FOR SHOWING THE KANBAN BOARD. jQWidgets IS FREE TO USE UNDER THE CREATIVE COMMONS ATTRIBUTION-NONCOMMERCIAL 3.0 LICENSE. FOR COMMERCIAL USE, PLEASE CHECK THE LICENSING TERMS FOR jQWidgets


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

Features

This sample highlights the following concepts

  • Binding SharePoint list data to jqxKanban React Component
  • Updating SharePoint List Items based on events from the jqxKanban board

When a task is moved to different columns in the Kanban Board, the status of the respective SharePoint list item is updated using PnP JS