Skip to content

Implement Earnings & Payout Tracking #84

@Benjtalkshow

Description

@Benjtalkshow

Implement Earnings & Payout Tracking in My Claims

Dashboard earnings breakdown.

Expected Data Types

type EarningsSummary = {
  totalEarned: number
  pendingAmount: number
  currency: string
  payoutHistory: Array<{
    amount: number
    date: string
    status: 'processing' | 'completed'
  }>
}

Acceptance Criteria

  • Accurate totals
  • History renders properly

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programfrontendFrontend developmentgood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions