CoderDojo / community-platform

Zen, the CoderDojo Community Platform!
https://zen.coderdojo.com
MIT License
121 stars 55 forks source link

Browse all CoderDojo Foundation issued Badges #112

Closed dberesford closed 9 years ago

dberesford commented 9 years ago

Part of #93, need publicly visible link for a user to browse all CD Foundation Badges.

This ticket is the simplest end to end flow through the system, and will involve:

Very rough diagram: badgekit2

dberesford commented 9 years ago

Let's go with three categories for now: 'Programming, Attendance, Mentor'.

Under the hood, these categories will probably be tags on badges when they are created in badgekit, so we'll probably query the badgekit api for a 'Attendance' tag or something.

kojiwakayama commented 9 years ago

Implementation of end to end flow: https://github.com/CoderDojo/cp-badges-service/pull/5, https://github.com/CoderDojo/cp-deployer/pull/26, https://github.com/CoderDojo/cp-zen-platform/pull/185