Skip to content

weSPOT/wespot_badges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#WeSPOT Badges

Two components are part of the weSPOT Badges system (fully described in D3.3):

  • [Open Badge API] (/OpenBadgesAPI)
  • [WeSPOT rules] (/weSPOTOpenBadgesv2)

We recommend the read of D3.3 before you continue reading this document...

Both components are deployable in Google APP Engine.

Open Badge API

Open Badge API is a set of REST services that can be used to store badges following the Open Badges specification. The services are described here.

Description per package:

  • [OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/] (/OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/): Contains servlets. These servlets are used jsp files that contain forms. These JSP files are developed specially for weSPOT and facilitate the creation, award and copy of manual badges between inquiries.
  • [OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/badgestore/] (/OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/badgestore/): Contains servlets to enable the creation of badges and the storage of the image in the data store. It uses the BlobstoreService to store the image in the database.
  • [OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/mailnotification] (/OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/mailnotification) contains classes to send emails as notifications.
  • [OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/model] (/OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/model) contains four classes. An AuthorizedKey is created per consumer/provider of badges. The three other classes correspond to the Open Badge specification. Issuer is the part that defines the institution that issues the badge. Badge contains the definition of the badge itself. AwardedBadge contains the information of the user who is awared with the Badge.
  • [OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/persistanceLayer] (/OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/persistanceLayer): contains the classes to make our model persistant.
  • [OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/services] (/OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/services): implements the REST services described earlier.
  • [OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/utils] (/OpenBadgesAPI/src/org/be/kuleuven/hci/openbadges/utils): Miscellaneous package that contains classes to manipulate JSON or that implements a HTTP Client.

WeSPOT rules

weSPOT Rules is a weSPOT specific component. It contains the rules described in D3.3.

Description per package:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published