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 task fetching functionality from the server. Currently, the application doesn't fetch the tasks from the server. This leads to no tasks being displayed in the application.
Look at ./src/api/index.tsx, and implement fetchKanbanTasks
Call this function from the useEffect in App.tsx
Expected Behavior
The application should fetch and display all the tasks from the server when it starts. All the tasks stored on the server should be visible in the application.
Before:
After:
The text was updated successfully, but these errors were encountered:
sbmsr
changed the title
The tasks aren't fetched from the server
Issue 1: The tasks aren't fetched from the server
May 2, 2023
What You Need to Do
Implement the task fetching functionality from the server. Currently, the application doesn't fetch the tasks from the server. This leads to no tasks being displayed in the application.
fetchKanbanTasks
Expected Behavior
The application should fetch and display all the tasks from the server when it starts. All the tasks stored on the server should be visible in the application.
Before:
After:
The text was updated successfully, but these errors were encountered: