RoadTripMoustache / kana_to_kanji

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

feat: Implement `KnowledgeLevelRepository.update` and `updateBulk` #233

Open apomalyn opened 4 months ago

apomalyn commented 4 months ago

Requirements

Implement in the KnowledgeLevelRepository:

Those methods should:

Update KnowledgeLevel full diagram ![image](https://github.com/RoadTripMoustache/kana_to_kanji/assets/22211097/a5dcfc1e-7f68-4e7d-b9b4-83334363161e)
Update a single KnowledgeLevel diagram ![image](https://github.com/RoadTripMoustache/kana_to_kanji/assets/22211097/30b1ffd9-f534-4f23-8d4f-daa1610e6a85)

What needs to be done

Implement in the KnowledgeLevelRepository both update and updateBulk methods following the diagrams

Dependencies

Child of #218

Depends on:

Dev notes