hudy9x / namviek

The open-source project manager for tiny teams
https://namviek.com
MIT License
1.79k stars 206 forks source link

Daily summary report #208

Closed hudy9x closed 3 weeks ago

hudy9x commented 3 weeks ago

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

hudy9x commented 3 weeks ago

Closed #207