switchboard-plug-about
switchboard-plug-about copied to clipboard
Show sponsor goal progress bar
Problem
Want to drive engagement towards sponsorship
Proposal
Show a progress bar representing our current sponsor goal completion. Can use a graphql query:
query {
organization(login: "elementary") {
sponsorsListing {
activeGoal {
percentComplete
}
}
}
}
Prior Art (Optional)
No response