cs2103aug2014-w13-2j / main

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

[Additional Features] Post Task Completion Validation #30

Closed XYLau closed 9 years ago

XYLau commented 10 years ago

As a user, I should not be able to modify or delete completed tasks to ensure data integrity.

XYLau commented 10 years ago

Basic Validation would be done by method creators with unit testing and/or TDD. This stage is meant for system testing & integration.

ZiXian92 commented 9 years ago

Once the program exits, user cannot tamper with completed tasks via the program on the next run. Users can still modify/delete the "completed" task if they undo the marking of the task as completed.