From 2866fa90887dd45d60000786c54f8359903638e3 Mon Sep 17 00:00:00 2001 From: petkir Date: Tue, 30 Jun 2020 14:36:14 +0200 Subject: [PATCH] Documentation --- samples/react-kanban-board/src/kanban/Readme.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/samples/react-kanban-board/src/kanban/Readme.md b/samples/react-kanban-board/src/kanban/Readme.md index 81af66608..2e6f77e52 100644 --- a/samples/react-kanban-board/src/kanban/Readme.md +++ b/samples/react-kanban-board/src/kanban/Readme.md @@ -1,8 +1,3 @@ - -# Next Steps Component: -* think about Promise Task Actions, because actions are async -* EditSchema To support Edit -------------------------------- # KanbanComponent Control This control renders a KanbanBoard which can be used to show Tasks and move it from one State to an Other. @@ -206,4 +201,10 @@ The second big thing is IE allows only to set the value 'text' event.dataTransfe ``` event.dataTransfer.setData('xyz','1') Unexpected call to method or property access. -``` \ No newline at end of file +``` + +------------------------------- +## Future + +* think about Promise Task Actions, because actions are async +* EditSchema To support Edit