sillsdev / languageforge-lexbox

Lexbox, SIL linguistic data hub
MIT License
7 stars 2 forks source link

refactor Sense.PartOfSpeech to use an object #1232

Open hahn-kev opened 1 week ago

hahn-kev commented 1 week ago

Right now Sense.PartOfSpeech has 2 properties, one for the Id and one for the English text, I'd like to refactor this to just use the part of speech object. Keep in mind this will also require changes on the frontend too