Personal dashboard showing all creator events the user has joined or created, with their predictions and scores.
Required Features
-
Tabs:
- Joined Events — events user has joined as participant
- Created Events — events user has created
- Completed Events — finished events with final results
-
Joined Events View:
- Event card with:
- Event title
- Creator address
- Your score (correct / total matches)
- Matches remaining
- "View Event" button
- "Make Predictions" button (if unpredicted matches exist)
-
Created Events View:
- Event card with:
- Event title
- Participants count
- Matches count
- Status
- "Manage Event" button
- "Add Matches" button
- "View Results" button (if completed)
-
Completed Events View:
- Event card with:
- Event title
- Final score
- Winner badge (if user won)
- Rank
- "View Details" button
-
Stats Overview:
- Total events joined
- Total events created
- Total predictions made
- Win rate (perfect scores / completed events)
-
Empty States for each tab
Files to create:
frontend/src/app/(authenticated)/creator-events/my-events/page.tsx
frontend/src/component/creator-events/MyEventCard.tsx
Personal dashboard showing all creator events the user has joined or created, with their predictions and scores.
Required Features
Tabs:
Joined Events View:
Created Events View:
Completed Events View:
Stats Overview:
Empty States for each tab
Files to create:
frontend/src/app/(authenticated)/creator-events/my-events/page.tsxfrontend/src/component/creator-events/MyEventCard.tsx