cs2103aug2014-w13-2j / main

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

[ListCommand] Add options to List Command to display items sorted by options #54

Closed nhan-ng closed 10 years ago

nhan-ng commented 10 years ago

Eg. list from lists all items in ascending order of start dates.

*The following is moved to search feature For example, -list status done

This will display all the stored items which are done

ZiXian92 commented 10 years ago

Awaiting integration tests. Comprehensive unit test cases to test sorting are hard to generate.

ZiXian92 commented 10 years ago

Sorting(stable sort) tested to be working.