gustafl / lexeme

A new take on language learning.
1 stars 0 forks source link

Add data-attribute for lexeme-related grammatical categories #70

Closed gustafl closed 8 years ago

gustafl commented 8 years ago

To build the inflection features (and by extension the storage features) we need to separate the lexeme-related grammatical categories (typically only gender) from the rest. Before you have saved the lexeme, only lexeme-related grammatical categories will be shown.

The name of the attribute could be data-lexeme-related.

gustafl commented 8 years ago

This property needs to be added to the database too, and to the REST API. I should complete issue #68 first.

gustafl commented 8 years ago

The database is now updated. See issue #71.

gustafl commented 8 years ago

Done. Both issues #68 and #71 are closed too.