cs2103aug2014-w13-2j / main

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

[Basic Functions] Timed, Deadlines and Floating Tasks Requirements #13

Closed XYLau closed 10 years ago

XYLau commented 10 years ago

As a user, I want to be able to deal with events and tasks (with/without deadline) so that I can manage them all in a software.

ZiXian92 commented 10 years ago

Implementation of ToDoItem, EventItem, and TaskItem classes allow program to handle all 3 types of items.