You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Part of the fixes for #1279 in PR #1344 would be improved if this was done. I had to comment out the checks for PartOfSpeechId because it was impossible to tell if the part of speech was meant to be canonical or user-created. Once senses reference PartOfSpeech objects directly, then some of the commented-out code in PR #1344 will be safe to uncomment.
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
The text was updated successfully, but these errors were encountered: