RoadTripMoustache / kana_to_kanji

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

feat: Implement `QuizRecapitulationViewModel` #214

Open apomalyn opened 2 months ago

apomalyn commented 2 months ago

Requirements

Implement a QuizRecapitulationViewModel that:

What needs to be done

Under src/practice/quiz/recapitulation/models, create a Recapitulation model using freezed, it should have the following properties:

Under src/practice/quiz/recapitulation, create a QuizRecapitulationViewModel:

Dependencies

Child of #210

Depends on:

Dev notes