Expected: Message of the corresponding command that was undone/redone to be displayed
Actual: "Undo success!" and "Redo success!"
Explanation:
It might be confusing and not assuring for users using the app, especially when multiple undos/redos are required. e.g., when the user edits the wrong field for several persons.
It might be better to display the success message of the corresponding commands that were undone or redone.
Difficulty wise, the feature should be simple to implement using the stored history of the commands.
It's of lower priority compared to the other planned enhancements. It is also not a straightforward implementation, as command history and undo have no association.
Commands: undo/redo
Expected: Message of the corresponding command that was undone/redone to be displayed
Actual: "Undo success!" and "Redo success!"
Explanation: It might be confusing and not assuring for users using the app, especially when multiple undos/redos are required. e.g., when the user edits the wrong field for several persons.
It might be better to display the success message of the corresponding commands that were undone or redone.
Difficulty wise, the feature should be simple to implement using the stored history of the commands.
[original: nus-cs2103-AY2425S1/pe-interim#2401] [original labels: type.FeatureFlaw severity.Low]