switchboard-plug-about icon indicating copy to clipboard operation
switchboard-plug-about copied to clipboard

Show sponsor goal progress bar

Open danirabbit opened this issue 7 months ago • 0 comments

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

danirabbit avatar Jul 04 '24 17:07 danirabbit