RoadTripMoustache / kana_to_kanji

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

feat: Implement the `LearningOrderDataLoader` #225

Open apomalyn opened 1 month ago

apomalyn commented 1 month ago

As a developer, I want to update the learning order system collections at the start of the application

Requirements

Implement a LearningOrderDataLoader that will update the local learning order system tables

What needs to be done

Implement a LearningOrderDataLoader under src/core/dataloaders, it should:

Dependencies

Child of #218

Depends on: