Skip to content
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

Kotlin App - add option to delete or update words in dictionary #27

Open
omrisarig13 opened this issue Dec 27, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@omrisarig13
Copy link
Owner

omrisarig13 commented Dec 27, 2019

Currently, when looking at the dictionary, the only option that there is to modify it (in case something in it is wrong) is to delete the whole dictionary and start a new one.

We should change the print action of the app to let the user update specific words from the dictionary. To do so, we should change the words and make every word in its own text section. Then, listens to clicks on this test section, when there is a click on the text section, the application should start a sub-menu that will let the user either update the word or delete it completely.

After this is done, we should move the command of "delete dictionary" into the print-dictionary menu, to let all the modification actions on the dictionary be in the same place.

@omrisarig13 omrisarig13 added the enhancement New feature or request label Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant