mirdaki / AutoAgenda

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

Data validation #23

Open mirdaki opened 6 years ago

mirdaki commented 6 years ago

Have a way to check the data (like the date) to see if it's valid. It should be called every time a task/event/time fence/ is created in the use case layer, and should be available for higher layers to call and also check before trying to create (to show an error in the UI for instance).

This should be related to message passing between the layers.