RoadTripMoustache / kana_to_kanji

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

feat: Implement `Quiz` model, service and repository #163

Open apomalyn opened 4 months ago

apomalyn commented 4 months ago

As a developer, I want a clear definition of a quiz, and a way to interact with the custom and premade quizzes.

Requirements

You can find the Quiz, and BaseQuiz definitions here

Update the User definition

Implement a service that:

Implement a repository that:

What needs to be done

Dependencies

Child of #160

Depends on: