This repository was archived by the owner on Nov 3, 2019. It is now read-only.

Description
Wunderlist Tasks can be starred to highlight them. A starred Task should give more Gold and Experience.
Starred Tasks have the following property set: "starred": true, so it should be easy to find them.
A possible solution would be to up-score the Habit twice if a Task is starred.
edit:
Probably it makes sense to first think about which operation yields how many up-scores.
e.g. Subtask -> 1 up-score, Task -> 2 up-scores, Starred Task -> 3 up-scores.
A nice solution would be to let the user decide about the mapping.