Skip to main content

Doctrine Checker Addon module for Memberaudit

Project description

Memberaudit Doctrine Checker for AllianceAuth.

Release Licence Python Django pre-commit.ci status Code style: black Checks codecov Translation status

ko-fi

A Doctrine Checker Addon for Memberaudit


Features

  • Memberaudit Doctrine Checker
    • Doctrine Overview
      • Check if Character met criteria for Doctrines
      • Ingame supported copy clipboard skill-queue
      • Copy Clipboard missing Skills
      • Search for specific Doctrine per Search Field
      • Filter by Category example: (Capital, Black OP Group, Mining)
      • Account Overview
      • Corporation Overview
    • Doctrine Administration
      • Simple Add Skill-Plans per Copy/Paste via Ingame Plans (copy to clipboard)
      • Language Localized Supported (Test Phase)
      • Doctrine Overview
      • Order-Weight

Upcoming

  • Detailed Modal-Overview for missing Skills
  • Display min. req and recommended skill level
  • Multi-Language Translation

Screenshots

Characters Missing Doctrine Administration

Installation

[!NOTE] AA Memberaudit Doctrine Checker needs at least Alliance Auth v4.12.0 Please make sure to update your Alliance Auth before you install this APP

Step 1 - Install the Package

Make sure you're in your virtual environment (venv) of your Alliance Auth then install the pakage.

pip install aa-memberaudit-dc

Step 2 - Configure Alliance Auth

Configure your Alliance Auth settings (local.py) as follows:

INSTALLED_APPS = [
    # other apps
    "eveuniverse",  # only if it not already existing
    "madc",
    # other apps?
]

Step 3 - (Optional) Add own Logger File

To set up the Logger add following code to your local.py Ensure that you have writing permission in logs folder.

if "madc" in INSTALLED_APPS:
    LOGGING["handlers"]["madc_file"] = {
        "level": "INFO",
        "class": "logging.handlers.RotatingFileHandler",
        "filename": os.path.join(BASE_DIR, "log/madc.log"),
        "formatter": "verbose",
        "maxBytes": 1024 * 1024 * 5,
        "backupCount": 5,
    }
    LOGGING["loggers"]["extensions.madc"] = {
        "handlers": ["madc_file", "console", "extension_file"],
        "level": "DEBUG",
    }

Step 4 - Migration to AA

python manage.py collectstatic
python manage.py migrate

Step 5 - Setting up Permissions

With the Following IDs you can set up the permissions for the AA Memberaudit Doctrine Checker

ID Description
basic_access Can access the Memberaudit Doctrine Checker. All Members with the Permission can access the MADC.
corp_access Can view Characters from own Corporation. Users with this can view all characters from own corp.
alliance_access Can view Characters from own Alliance. Users with this can view all characters from own ally.
manage_access Can manage this app, Memberaudit Doctrine Checker. Users with this permission can manage the MADC.
admin_access Gives full access to this app, Memberaudit Doctrine Checker. Users with this permission have full access.

Step 6 - (Optional) Setting up Compatibilies

The Following Settings can be setting up in the local.py

  • AA_DC_APP_NAME: "YOURNAME" - Set the name of the APP

Translations

Translations

Help us translate this app into your language or improve existing translations. Join our team!"

Contributing

You want to improve the project? Please ensure you read the contribution guidelines

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aa_memberaudit_dc-0.3.4.tar.gz (660.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aa_memberaudit_dc-0.3.4-py3-none-any.whl (717.7 kB view details)

Uploaded Python 3

File details

Details for the file aa_memberaudit_dc-0.3.4.tar.gz.

File metadata

  • Download URL: aa_memberaudit_dc-0.3.4.tar.gz
  • Upload date:
  • Size: 660.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for aa_memberaudit_dc-0.3.4.tar.gz
Algorithm Hash digest
SHA256 3eca3141f6228334b2bf76e8518d6aa5d98e5fce66192dd6ed504c5c60675a0d
MD5 05e1f013f7503a52d1965a012ac867f1
BLAKE2b-256 57aecb44ebc7d6bb7698293e20dc3db59cc8484de80f0486ae1fab821f619596

See more details on using hashes here.

Provenance

The following attestation bundles were made for aa_memberaudit_dc-0.3.4.tar.gz:

Publisher: release.yml on Geuthur/aa-memberaudit-dc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aa_memberaudit_dc-0.3.4-py3-none-any.whl.

File metadata

File hashes

Hashes for aa_memberaudit_dc-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c9ae3138295ff96dcc63c06be44749b1a81f4f84fc79bf627e0e0e65d57e06bb
MD5 6437e2d4935761d0dffc4f7fe4ff7f6b
BLAKE2b-256 2240fa4ddb69513544d72141db178b3fc53bf39a330cd92ed7175f53fda6d454

See more details on using hashes here.

Provenance

The following attestation bundles were made for aa_memberaudit_dc-0.3.4-py3-none-any.whl:

Publisher: release.yml on Geuthur/aa-memberaudit-dc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page