RoadTripMoustache / kana_to_kanji

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

feat: Add `groups` to `Kanji` and `Vocabulary` #220

Closed apomalyn closed 4 months ago

apomalyn commented 5 months ago

Requirements

Add a List<Group> groups properties to Kanji and Vocabulary

What needs to be done

Update the Kanji and Vocabulary models to have a List<Group> groups property. The JSON key should be groups.

Dependencies

Depends on:

Adaendra commented 4 months ago

As you can see on the following printscreens, it has been already done.

image

image