digitalfondue / lavagna

Lavagna: issue tracker/project management tool
http://lavagna.io
GNU General Public License v3.0
636 stars 110 forks source link

Backlog count in project summary on dashboard #54

Closed ejouvin closed 7 years ago

ejouvin commented 7 years ago

I created some cards and move them into the backlog for my project. project backlog

But on the dashboard, I can not see a correct count for the backlog. sum project

syjer commented 7 years ago

Hi @ejouvin , yes, this effectively is not intuitive: the count is only for the active columns in the board with the backlog status and not for the cards in the "Backlog sidebar"

But I think you are right, for the Backlog, we should do the sum. Thanks for the report, we will fix it :)

syjer commented 7 years ago

should be fixed now :)

ejouvin commented 7 years ago

Hum, really fixed ? Just installed the current master branch, but still the same on the dashboard.

The dashboard : dashboard

One project content : project backlog

The backlog count is still 0. But may be, this is not fixed but not registered as a possible enhancement ?

syjer commented 7 years ago

Uh, I'll do a recheck

ejouvin commented 7 years ago

The value is correct in the Milestones section.

syjer commented 7 years ago

I've re-tested and it seems to work correctly with the dev environment (+hsqldb).

Maybe it's some kind of caching ?

if you go to :

http:// your lavagna installation/api/project/SERVEU/task-statistics what you see?

syjer commented 7 years ago

Ok, maybe I see, there is an inconsistency on our side. I'll do a new fix :D. Thanks for checking

syjer commented 7 years ago

If it's not a caching issue: what database are you using?

ejouvin commented 7 years ago

Huum...

I am using MySQL, and just upgrade from the master branch tonight. And I think, I made a mistake when "reopening" the case.... I think I did not really update my instance.

Anyway, it is working as expected now.

syjer commented 7 years ago

thank you for the confirmation :)