You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the functionality to send any changes made to the tasks to the server. Currently, the application doesn't send the changes made to the tasks, such as moving a task from one column to another, to the server.
Expected behavior
Any changes made to the tasks in the application, such as moving a task from one column to another, should be sent to the server and stored there. The changes should persist even after the application is closed and reopened.