Closed mpfeil closed 1 year ago
This PR introduces user integrations. integrations is a sub-document on the user schema. The first user integration is myBadges.
integrations
user
With the integration of myBadges it is possible to earn different Badges and adds a gamification aspect to the openSenseMap API.
The API is only forwarding some kind of requests to Honeybadgr that is handling the granting process of a badge.
Users who want to participate and earn badges must sign up on https://mybadges.org with the same email address as their openSenseMap user.
yarn run lint
yarn run test
Description
This PR introduces user integrations.
integrations
is a sub-document on theuser
schema. The first user integration is myBadges.Motivation and Context
With the integration of myBadges it is possible to earn different Badges and adds a gamification aspect to the openSenseMap API.
The API is only forwarding some kind of requests to Honeybadgr that is handling the granting process of a badge.
Users who want to participate and earn badges must sign up on https://mybadges.org with the same email address as their openSenseMap user.
How Has This Been Tested?
Types of changes
Checklist:
yarn run lint
.yarn run test
)