{% extends 'faq/base.html' %} {% load i18n %} {% block details %} {% include 'faq/settings_nav.html' %}

{% translate "RecurringStatsConfig Fields" %}

{% blocktrans %}RecurringStatsConfig controls which statistics are included in the periodic Discord posts. Configure these settings in Django admin → BigBrother → Recurring Stats Configuration.{% endblocktrans %}

{% translate "General Toggle & States" %}

{% translate "Field" %} {% translate "Description" %}
enabled {% translate "Master toggle for recurring stats generation." %}
states {% translate "States to break out in the recurring stats (e.g. Member, Blue, Alumni)." %}

{% translate "Included Statistic Blocks" %}

{% translate "Field" %} {% translate "Description" %}
include_auth_users {% translate "Include total users in auth and per-state breakdown." %}
include_discord_users {% translate "Include Discord users totals and per-state breakdown (if Discord service is installed)." %}
include_mumble_users {% translate "Include Mumble users totals and per-state breakdown (if Mumble service is installed)." %}
include_characters {% translate "Include total number of known characters." %}
include_corporations {% translate "Include total number of known corporations." %}
include_alliances {% translate "Include total number of known alliances." %}
include_tokens {% translate "Include total number of ESI tokens." %}
include_unique_tokens {% translate "Include number of unique token owners." %}
include_character_audits {% translate "Include total number of Character Audits (from corptools)." %}
include_corporation_audits {% translate "Include total number of Corporation Audits (from corptools)." %}

{% translate "Internal State" %}

{% translate "Field" %} {% translate "Description" %}
last_run_at {% translate "When recurring stats were last posted. Automatically updated." %}
last_snapshot {% translate "Previous stats snapshot used for delta calculations. Managed by the system." %}

{% blocktrans %}The schedule and webhook for these posts are configured in the main BigBrotherConfig.{% endblocktrans %}

{% endblock %}