Daily summary report
hudy9x opened this issue · 1 comments
hudy9x commented
Namviek don't have a place that displays total statistic report for all member or project by month.
In order to implement this screen, we firstly need to collect done tasks or undone tasks by day in a month
It's similar to the burn down and burn up chart feature that was implemented before. But that feature didn't work properly
So, use materialized view in mongodb to collect data by day and save it to a specified collection
Refer this article
Related pr #207