MustDoList / main

Must Do List ( Task Scheduler Application )
MIT License
1 stars 0 forks source link

Remove the different type of Tasks (Floating, Deadline, Event) #158

Open eugenepeh opened 6 years ago

eugenepeh commented 6 years ago

We shouldn't limit ourselves to this 3 formats.

In many occasions, there can be events that have a start date with an unknown end date. Similarly, there can be tasks that take place at specific location but no date specified.

Let's remove these 3 limitation and make all parameters optional.