MavierTechCompany / CookieBook-WebAPI

A WebAPI for Cookie Book project.
Other
1 stars 0 forks source link

Admin - statistics #38

Closed MadTiger2409 closed 3 years ago

MadTiger2409 commented 4 years ago

Admin can have some statistics about users, their activity etc. Pre-calculated on backend so client-side app can get ready to use data.

MadTiger2409 commented 4 years ago

Same can be done for user and his/her own statistics (publishing frequency etc)

MadTiger2409 commented 3 years ago

Statistics that may be included into this feature:

MadTiger2409 commented 3 years ago

I guess that it should be good to create a separate controller for all statistics.

MadTiger2409 commented 3 years ago

For rates there will be only sum in time period and sum per day in time period

MadTiger2409 commented 3 years ago

Works fine. Can close this issue