Added images
This commit is contained in:
parent
c410c973ba
commit
019a424c50
|
@ -24,6 +24,10 @@ The web part uses the default columns of the SharePoint Tasks list for showing t
|
||||||
|
|
||||||
![picture of the web part in action](assets/kanbanofficeUI.gif)
|
![picture of the web part in action](assets/kanbanofficeUI.gif)
|
||||||
|
|
||||||
|
![Kanban Board Settings: bucket Layout](assets/kanbanimg1.png)
|
||||||
|
![Kanban Board View Items](assets/kanbanimg2.png)
|
||||||
|
![Kanban Board Settings: list selection and status column order as bucket](assets/kanbanimg3.png)
|
||||||
|
|
||||||
|
|
||||||
## Compatibility
|
## Compatibility
|
||||||
|
|
||||||
|
@ -50,6 +54,7 @@ The web part uses the default columns of the SharePoint Tasks list for showing t
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
This web part reads the information from a Tasks list and uses the following OOB columns
|
This web part reads the information from a Tasks list and uses the following OOB columns
|
||||||
|
|
||||||
* Task Name
|
* Task Name
|
||||||
* Assigned To
|
* Assigned To
|
||||||
* % Complete
|
* % Complete
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
|
@ -36,7 +36,25 @@
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"order": 100,
|
"order": 100,
|
||||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-kanban-board/assets/kanbanofficeUI.gif",
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-kanban-board/assets/kanbanofficeUI.gif",
|
||||||
"alt": "Kanban Board Web part"
|
"alt": "Kanban Board Web part in action"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"order": 101,
|
||||||
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-kanban-board/assets/kanbanimg1.png",
|
||||||
|
"alt": "Kanban Board Web part configuration of a bucket"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"order": 102,
|
||||||
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-kanban-board/assets/kanbanimg2.png",
|
||||||
|
"alt": "Kanban Board Web part item View"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"order": 103,
|
||||||
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-kanban-board/assets/kanbanimg3.png",
|
||||||
|
"alt": "Kanban Board Web part task list selection and status column order as bucket"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
Loading…
Reference in New Issue