SecUSo / privacy-friendly-todo-list

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

Replace Priority with Weight an Complexity #33

Open pinae opened 6 years ago

pinae commented 6 years ago

There are many situations where setting one priority for a task is a hard question. It is much easier to give it some weight (How urgent and important is the task?) and a complexity (Is it hard to do or something trivial?). This adds a lot of freedom to re-prioritize tasks for the current situation. For example if you just don't want to do something complex but still reduce the weight of the todos on your list. Using two values instead of one opens some doors for automatic optimizations.