Store stats based on a specific model #36
Closed
abishekrsrikaanth
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great to be able to store these stats by a specific model. I noticed from the article https://freek.dev/1957-a-lightweight-laravel-package-to-track-changes-over-time, that you use this package on the flareapp, assuming you increase the stats when a new error event is triggered on the project.
I was just wondering how you store metrics with respect to a project since currently there isn't a way on the DB model or the
StatsWriter
class to do this. It would be great if there weremorph
columns that could be used to associate statistics with specific models.I don't think the
activity-log
package would be an ideal candidate for this, as there are no stats capabilities like in this project.Beta Was this translation helpful? Give feedback.
All reactions