RoadTripMoustache / kana_to_kanji

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

feat: Implement `KnowledgeLevelRepository` #231

Open apomalyn opened 4 months ago

apomalyn commented 4 months ago

Requirements

Implement a KnowledgeLevelRepository, it should have:

A resource knowledge level is considered:

What needs to be done

Create a KnowledgeLevelRepository under core/repositories, it should have a method getKnowledgeLevelStatus that returns the status of learning of a specific resource. If the ResourceUid isn't in the KnowledgeLevels collection, returns not_seen

Dependencies

Child of #218

Depends on:

- #226 ## Dev notes