mumuki / mumuki-domain

💡 Mumuki's domain model
GNU Affero General Public License v3.0
1 stars 0 forks source link

Fix messages count on user stats #216

Closed felipecalvo closed 3 years ago

felipecalvo commented 3 years ago

:dart: Goal

Properly count messages on UserStats.

:memo: Details

The date field is used on teacher-to-student Messages exclusively, but is nil on forum messages. Since the query was filtering by date, Laboratory's activity view showed 0 messages on every week as it never found any results.

Also, we now have soft deleted messages, and we shouldn't count those so I added that.