passuf / WunderHabit

Level up in Habitica by completing todo's in Wunderlist.
MIT License
36 stars 7 forks source link

Feature Request: Reward Completing Stared Tasks #11

Open passuf opened 8 years ago

passuf commented 8 years ago

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.