SecUSo / privacy-friendly-todo-list

Privacy Friendly App to manage To-Do lists on Android.
Apache License 2.0
83 stars 42 forks source link

Store creation-date and done-date of tasks and subtasks #117

Open 0xC0FFEEC0DE opened 3 months ago

0xC0FFEEC0DE commented 3 months ago

The app could store creation-date and done-date of tasks and subtasks, mainly for further processing outside the app. This use case requires the realization of #102 (export of lists, tasks and subtasks in a human- and machine-readable format).

The use case could be that a person creates and solves multiple task over a certain timespan. Afterwards the person wants to create an overview or statistics about the task durations. The app could provide the data for the overview / the statistics by storing the timestamps and exporting the whole database as easy processable file.

The displaying of these dates by the todo app is an secondary, optional part of this issue.