-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep track of collectible views and stash views #171
Comments
We don't want to do updates every time a collectible is view. We are going to do inserts every time a collectible is view. Then we can have a job that runs every so often to update the count on the collectible. |
Signed-off-by: Tyler Cvetan <[email protected]>
-- phpMyAdmin SQL Dump -- http://www.phpmyadmin.net-- Host: localhost SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; /!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -- Database:
|
Event is being tracked now. |
Signed-off-by: Tyler Cvetan <[email protected]>
Keep a tally of how many people view a specific collectible and user stashes. We can use this for trending data.
This would be helpful for #169 to figure out which collectibles to make sure we have affiliate links for.
The text was updated successfully, but these errors were encountered: