TheMetaFox / KanjiMemorized

An app to help me study Japanese
1 stars 0 forks source link

create relational databases for each ideogram #16

Closed TheMetaFox closed 6 months ago

TheMetaFox commented 7 months ago

Currently, only one table exists which holds all the kanji in a list, with basic information about each one and info related to the app. Having relational tables for each kanji in this table would let the app keep a record of how studying was going for particular kanji.

TheMetaFox commented 6 months ago

Instead of doing this, I've decided it would be best to create additional tables for data about kanji that is needed. Plus having a table for every kanji doesn't even make sense.