Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 1: The tasks aren't fetched from the server #2

Open
sbmsr opened this issue Apr 28, 2023 · 0 comments
Open

Issue 1: The tasks aren't fetched from the server #2

sbmsr opened this issue Apr 28, 2023 · 0 comments

Comments

@sbmsr
Copy link
Member

sbmsr commented Apr 28, 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.

  1. Look at ./src/api/index.tsx, and implement fetchKanbanTasks
  2. 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:

image

After:

image

@sbmsr 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant