Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1018 Bytes

README.md

File metadata and controls

45 lines (36 loc) · 1018 Bytes

Badgable

Our objective to do a bear minimum implantation that allows the certificates and its awards to be updated and versioned.

Highlights

  • Cheap
  • Decentralized with IPFS <3
  • Regular User isnt required to have a wallet
  • Fully Transparent

Technology

  • Metamask
  • 3Box
  • Angular

Pages

  • Setup metamask
  • Define badge
  • Edit badge
  • Upload csv award
  • Edit award
  • List awards
  • List badges
  • Badge Log
  • Award Log

Actions

  • Define badge
  • Edit badge
  • Add award
  • Edit award

Data Models

TS interfaces are in the code for more details

  • Badge
  • Award

Badge Structure

  • An array of the available badges pointer(string ids) from this organization is attached to the profile for easy fetching
  • Every Badge includes array of Awards and array of updates that includes all the badge versions

Award Structure

  • Award is the single credentials for a single user
  • An Array of updates is added that lists all the changes in award like recipient name