mirdaki / AutoAgenda

An automated personal task manager
GNU General Public License v3.0
0 stars 0 forks source link

Hook up domain layer with use case layer for tasks #15

Open mirdaki opened 6 years ago

mirdaki commented 6 years ago

This could either be done with separate folders or a new module. Create functions for: add task, modify task, get task info.

Would also have a load/save tasks function that would be integrated with a database or text file later.

mirdaki commented 6 years ago

We can now add, modify, and delete tasks, events, and time fences with #20