RoadTripMoustache / kana_to_kanji

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

feat: Implement `KnowledgeLevelRepository.getNextResources` method #232

Open apomalyn opened 1 month ago

apomalyn commented 1 month ago

Requirements

Implement in the KnowledgeLevelRepository:

Flow diagram for the selection of the next elements to review or learn ![Diagrams drawio](https://github.com/RoadTripMoustache/kana_to_kanji/assets/22211097/5997565b-556c-4695-812f-29d05219ba49)

What needs to be done

Implement in KnowledgeLevelsRepository the getNextResources method following the requirements and the diagram. It will use LearningOrderRepository.getNextResourcesToLearn for new elements

Dependencies

Child of #218

Depends on:

Dev notes