mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

Update OBI JSON generation for new assertion spec #158

Open lmorchard opened 11 years ago

lmorchard commented 11 years ago

There's a new JSON assertion spec in the works. Make changes to support this new format.

lmorchard commented 11 years ago

See also: this issue in badges.mozilla.org asking for a tweak to JSON feeds to use the OBI displayer format

sunshineo commented 11 years ago

Real spec link. https://github.com/mozilla/openbadges/wiki/Assertions#wiki-verification-object This should be easy. I'll try.

sunshineo commented 11 years ago

Not easy. Missing the Badge Class endpoint.

lmorchard commented 10 years ago

This should be addressed in https://github.com/mozilla/django-badger/pull/195