-
Notifications
You must be signed in to change notification settings - Fork 18
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
Track tags in game history #377
Comments
If/when we roll this out, I think we might want to write some code to retroactively add in game-history events for added tags. We could either do them fine grained, adding individual fake history events for every added tag, or we could just do one big history event for every game to say that the "system" added these tags to history. |
I mentioned this on #873, but I wanted to mention it here, too: I think if we do this, it would be fine for anyone to remove tags. |
If tags do become part of game data and history (per this and #915), I think the game history viewer will need enhancement, as tag changes will make game edit history very noisy. |
Tagging could/should be tracked in game history, so anyone can see who tagged a game and when.
The text was updated successfully, but these errors were encountered: