odakaui / vocabulist

A vocabulary database for learning Japanese
MIT License
0 stars 0 forks source link

Give Multiple Dictionary Options #30

Open odakaui opened 4 years ago

odakaui commented 4 years ago

Give the user the ability to choose a different dictionary.

Either a Japanese to Japanese dictionary. A Chinese dictionary. Any other type of dictionary.

Create a trait for the dictionaries to decouple the code and make it easier to write different dictionary backends.

odakaui commented 4 years ago

The next step is to come up with an interface for the dictionaries.

I think this depends heavily on issue #48. Basically I need to know what information is required from the dictionary during import.

The dictionary need to be accessed if a user wants to "reset" the definition of a term.