elementary / switchboard-plug-about

Switchboard System Plug
GNU General Public License v3.0
25 stars 17 forks source link

Show sponsor goal progress bar #329

Open danirabbit opened 2 months ago

danirabbit commented 2 months ago

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