cs2103aug2014-w13-2j / main

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

[Enhancement] Allow user to unmark items that were marked in previous run #79

Closed ZiXian92 closed 9 years ago

ZiXian92 commented 9 years ago

Keep completed and incomplete items in the same list. Marking as completed is just a change in status. To maintain small file size and faster read, on initialization, write all items that are marked long ago into completed.txt. (compare against a threshold date. can use joda time to generate date based on how many days ago) Implement "unmark" command.