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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: