RoadTripMoustache / kana_to_kanji

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

feat: Implement `LearningOrderRepository.updateProgression` #271

Open apomalyn opened 1 month ago

apomalyn commented 1 month ago

Requirements

Implement Future<void> LearningOrderRepository.updateProgression(List<ResourceUid> uids, {bool syncUser = false}), it should update the progression of the user if necessary.

What needs to be done

Implement in LearningOrderRepository, a updateProgression(List<ResourceUid> uids, {bool syncUser = false}) method. It should:

Dependencies

Child of #218

Depends on:

Dev notes