[Enhancement]: Move bans to a dedicated collection #106
Labels
approved
The topic is approved by a developer
enhancement
An update to an existing part of the codebase
Checked Existing
What enhancement would you like to see?
Create a
bans
Mongo collection for tracking bans. This gives us more granular control over how bans are handled. Currently all bans are simply a flag set on the relevant data (game server account, PNID, console, etc.), which has a few of issues:Moving bans to a dedicated collection would allow us to address these issues in the following ways:
Any other details to share? (OPTIONAL)
The implementation of this would likely be several ban document types all being stored in a single
bans
collection, for simplicity. Each document type would have data about the type for easy queryingThe text was updated successfully, but these errors were encountered: