RoadTripMoustache / kana_to_kanji

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

feat: Implement `LearningOrderRepository` #230

Open apomalyn opened 4 months ago

apomalyn commented 4 months ago

Requirements

Implement a LearningOrderRepository, it should:

The rules to increase the level or stage can be found in #218. Follow the rules:

What needs to be done

Under src/core/repositories implement a LearningOrderRepository following the requirements.

To implement the getNextResourceToLearn use the LearningOrderService and KnowlegeLevelsService to access the Level and resources to learn.

Dependencies

Child of #218

Depends on:

Dev notes