RoadTripMoustache / kana_to_kanji

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

feat: Implement `LearningOrderService` #229

Open apomalyn opened 1 month ago

apomalyn commented 1 month ago

Requirements

Implement a LearningOrderService that interacts with the database. It should have the following methods:

What needs to be done

Implement under src/core/services, a LearningOrderService that implements the methods from the requirements.

Dependencies

Child of #218

Depends on:

Dev notes