Skip to content

DoCurious API Reference / types / BadgeProgress

Interface: BadgeProgress

Defined in: types/gamification.types.ts:106

Progress toward earning a specific badge (for unearned badges).

Properties

badge

badge: Badge

Defined in: types/gamification.types.ts:108


badgeId

badgeId: string

Defined in: types/gamification.types.ts:107


current

current: number

Defined in: types/gamification.types.ts:110

Current value toward the criteria threshold


percentage

percentage: number

Defined in: types/gamification.types.ts:114

Progress percentage (0-100)


target

target: number

Defined in: types/gamification.types.ts:112

Target value required to earn the badge

DoCurious Platform Documentation