Feature Request
Is your feature request related to a problem?
DevTrack has no way to recognize financial contributors who sponsor the project via GitHub Sponsors.
Describe the solution you'd like
Show a special sponsor badge (π or β) next to the username of users who are GitHub Sponsors of the DevTrack project on:
- The leaderboard
- Their public profile
- The contributor section of the landing page
Implementation Details
- Query GitHub Sponsors API to get list of sponsors (cached, refreshed daily)
- Store sponsor status in user record:
is_sponsor: boolean
- Add sponsor badge component rendered conditionally
- Sponsor badge should have a tooltip: "GitHub Sponsor β thank you for supporting DevTrack!"
Acceptance Criteria
Additional context
Recognizing sponsors increases motivation to sponsor and shows appreciation for financial contributors alongside code contributors.
Feature Request
Is your feature request related to a problem?
DevTrack has no way to recognize financial contributors who sponsor the project via GitHub Sponsors.
Describe the solution you'd like
Show a special sponsor badge (π or β) next to the username of users who are GitHub Sponsors of the DevTrack project on:
Implementation Details
is_sponsor: booleanAcceptance Criteria
Additional context
Recognizing sponsors increases motivation to sponsor and shows appreciation for financial contributors alongside code contributors.