davelester / WPBadger

A lightweight badge issuing platform built using WordPress
Other
43 stars 13 forks source link

new metabox for award status, and update award landing page #13

Closed davelester closed 12 years ago

davelester commented 12 years ago

A new meta box should be added to the award post type, to contain the status of an award. There are three different statuses:

  1. awarded - having been assigned an email address
  2. accepted - once a user has successfully accepted a badge into their backpack, this value should be updated. if possible, this should use a a callback from the issuer javascript API, and only be updated once the backpack is accepted by Mozilla, not simply a user accepting it on the WP site. It's possible that a user would click "accept" on the WP site, but not complete the process of adding the badge to their backpack (possibly wanting to return later).
  3. declined - if a user clicks decline and decides to not accept an awarded badge into their backpack.

For both accepted and declined states, the award landing page should be updated accordingly. Maybe it should even be temporary / disappear..?

davelester commented 12 years ago

Finished.