cs2103aug2014-w13-2j / main

To-Do list program for CS2103T @ NUS
MIT License
1 stars 0 forks source link

[Basic Functions] Undo & Redo Requirements #11

Closed XYLau closed 9 years ago

XYLau commented 10 years ago

As a user, I want to be able to undo/redo some of the most recent changes so that I do not have to waste time rectifying any serious mistakes.

ZiXian92 commented 9 years ago

The logic on CommandUndo and CommandRedo are complete. Awaiting changes from Parser side(collaborating component).