-
Notifications
You must be signed in to change notification settings - Fork 98
Integrate Queries with Bounty Components #33
Copy link
Copy link
Closed
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programfrontendFrontend developmentFrontend developmentgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtanstack-query
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programfrontendFrontend developmentFrontend developmentgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtanstack-query
Objective
Replace mock data with real API queries in bounty components using TanStack Query hooks.
Tasks
app/page.tsxto useuseBounties()hookcomponents/bounty/bounty-card.tsxto use real datacomponents/bounty/bounty-list.tsxwith query integrationImplementation Details
Files to Modify
app/page.tsxcomponents/bounty/bounty-card.tsxcomponents/bounty/bounty-list.tsx(new)Files to Create
components/bounty/bounty-skeleton.tsxcomponents/bounty/bounty-error.tsxcomponents/bounty/bounty-empty.tsxAcceptance Criteria
NOTE: Leave a guide on how to test with mock data and provide a screen record of your working implementation