Skip to content

Commit 4d8c57b

Browse files
authored
Update README.md
1 parent 01259f3 commit 4d8c57b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@
66

77
This is an advanced project in React that allows you to create a dynamic and interactive Kanban board. However, it currently has several issues that need to be resolved:
88

9-
1. The tasks aren't fetched from the server.
10-
2. The application doesn't handle the onDragStart, onDragOver, onDrop, and onDragEnd events.
11-
1. Implement handleTaskDragStart, handleTaskDragOver, handleTaskDrop, and handleTaskDragEnd to handle the drag-and-drop events.
12-
2. Make sure the application doesn't incorrectly show duplicate tasks when dragged over themselves.
13-
3. Make sure the application doesn't leave a lingering task when dragged over a column but dropped elsewhere.
14-
4. Make sure the application doesn't delete a task that is dragged over it's current column.
15-
3. Task changes aren't being sent to the server.
9+
1. [Tasks aren't fetched from the server.](https://github.com/developer-job-simulation/react-kanban-board/issues/2)
10+
2. [The application doesn't handle the onDragStart, onDragOver, onDrop, and onDragEnd events.](https://github.com/developer-job-simulation/react-kanban-board/issues/3)
11+
3. [Task changes aren't being stored server side, so changes are lost during refresh.](https://github.com/developer-job-simulation/react-kanban-board/issues/4)
1612

1713
## Learning Objectives
1814

0 commit comments

Comments
 (0)