pjf / WebService-HabitRPG

Access the HabitRPG API from Perl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Completed tasks are still considered for 'hrpg +'

pjf opened this issue · comments

When doing something like hrpg + blog, the tool will consider tasks that have already been closed. This results in things like:

pjf@qapla:~/cvs/WebService-HabitRPG$ hrpg + blog
Did you mean...
* Blog post (ccf31dbb-f635-4efd-84ca-ecf9f911d6ed)
* Blog about hrpg (34920c3a-ec91-4255-890d-92f17bddbb0f)

even though "Blog about hrpg" is a completed task.

What it should do:

Only consider habits and Todo/Daily tasks that are not completed.

Fixed in 0.07.