RoadTripMoustache / kana_to_kanji

Simple application to learn Japanese kana (hiragana, katakana) and kanji
5 stars 1 forks source link

feat: Event observer for Achievements #155

Open apomalyn opened 5 months ago

apomalyn commented 5 months ago

As a developer, I want to be notified when certain events occurs so I can update the achievements status accordingly

Requirements

Implement a way to listen to events and update the achievements in consequence.

The available events are listed on the Achievement.event OpenAPI contract

The condition should be decoded from Achievement.condition and if it concerns the

What needs to be done

Dependencies

Child of #31

Depends on:

Dev notes