-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User pronoun selection paths in the case conjugation display #218
Comments
Included in this would also be removing the pronoun ending marker on possessive pronoun displays (the letters in parentheses after the title). Instead the user will just be prompted with which ending to choose in the 2x2 conjugation menu after.
|
|
MVP for this is just going to do the journey for German and not Russian, which can be added at a later time :) |
For this issue
|
Closed in c2bbf4a 🚀🙌 |
@SaurabhJamadagni, let me give you a run through of what happened in c2bbf4a. Sorry that I didn't do a PR on it, but then again I was just kind of changing things at will, and LOTS of things would have been needed to be looked at. Everything that was happening was within conjugation, which is still working fine, so I just wanted to save a potentially major headache for the review :) What c2bbf4a did:
This was the last coding task for v2.0.0! I'm gonna chill and work on something else for the rest of the day, but before next weekend I'll be sure to make the new videos, do the data update, and then send it off!! 🚀 I'll also do some testing in the coming days just to make sure that everything's ok, which you're also welcome to do 😊 Hope you're having a nice weekend! |
And @SaurabhJamadagni, just something that I'm realizing, it seems that Example:
Should we open an issue for this? You're welcome to look into it if you'd like, as I expect it's just that some states are being crossed still :) |
@SaurabhJamadagni, committing 1ff0c2a to try to fix the issue with What that changed:
Coding wise it all seems ok to me at this point! Let me know what you think 😊 |
No worries @andrewtavis!
Sounds awesome! Yup I'll test a little bit too! Have a chill rest of the weekend 😊 |
Yes that's perfect. I planned to do that myself anyway. The seperating words by the space seperator into an array is a much better method.
All looks good @andrewtavis! Testing will be the key now I think. Thanks for fixing this one! Looking forward to v2.0.0!! 🚀 😊 |
Terms
Description
With #210 being finished, one final issue is that if there is more than one pronoun in the field, that all options are inserted with the slashes, which is a problematic user flow. One way to solve this is that when a user presses something with more than one possible pronoun, they'll be taken to the 2x2 or a 3x1 conjugation display (to allow for spacing for the words) where they can select the annotation that fits the situation.
Contribution
This would be a good added feature for a future release after v2.0.0, but could be included to make sure that this feature is in a usable state from the start :)
The text was updated successfully, but these errors were encountered: