Skip to main content

Another Fleet Activity Tracking tool for Alliance Auth

Project description

Alliance Auth AFAT - Another Fleet Activity Tracker

Version License Python Django pre-commit PyPI Downloads Code Style: black Automated Checks codecov Contributor Covenant Discord

ko-fi

An Improved FAT/PAP System for Alliance Auth.

Contents

Features and highlights

  • Automatic tracking of participation on FAT links created via ESI
  • Multiple ESI fleets (with your alts)
  • Manually end ESI tracking per fleet
  • Fleet type classification (can be added in the admin backend)
  • Ship type overview per FAT link
  • Graphical statistics views
  • Custom module name
  • Re-open FAT link if the FAT link has expired and is within the defined grace time (only for clickable FAT links)
  • Manually add pilots to clickable FAT links, in case they missed to click the link (for a period of 24 hours after the FAT links original expiry time)
  • Log for the following actions (Logs are kept for a certain time, 60 days per default):
    • Create FAT link
    • Change FAT link
    • Remove FAT link
    • Re-open FAT link
    • Manually add pilot to FAT link
    • Remove pilot from FAT link

AFAT will work alongside the built-in native FAT System and ImicusFAT. However, data does not share, but you can migrate their data to AFAT, for more information see below.

Screenshots

Dashboard

AFAT Dashboard

FAT link list

AFAT FAT Link LIst

FAT link details

AFAT FAT Link Details

Add FAT link view for FCs

AFAT Add FAT Link

Installation

Important

This app is a plugin for Alliance Auth. If you don't have Alliance Auth running already, please install it first before proceeding. (see the official AA installation guide for details)

For users migrating from one of the other FAT systems, please read the specific instructions FIRST.

Step 1 - Install the app

Make sure you are in the virtual environment (venv) of your Alliance Auth installation. Then install the latest version:

pip install allianceauth-afat

Step 2 - Update your AA settings

Configure your AA settings in your local.py as follows:

  • Add 'afat', to INSTALLED_APPS
  • Add the scheduled tasks
# AFAT - https://github.com/ppfeufer/allianceauth-afat
CELERYBEAT_SCHEDULE["afat_update_esi_fatlinks"] = {
    "task": "afat.tasks.update_esi_fatlinks",
    "schedule": crontab(minute="*/1"),
}

CELERYBEAT_SCHEDULE["afat_logrotate"] = {
    "task": "afat.tasks.logrotate",
    "schedule": crontab(minute="0", hour="1"),
}

Step 3 - Finalize the installation

Run migrations & copy static files

python manage.py collectstatic
python manage.py migrate

Restart your supervisor services for AA.

Updating

To update your existing installation of AFAT, first enable your virtual environment (venv) of your Alliance Auth installation.

pip install -U allianceauth-afat

python manage.py collectstatic
python manage.py migrate

Finally restart your supervisor services for AA

It is possible that some versions need some more changes. Always read the release notes to find out more.

Data Migration

Right after the initial installation and running migrations, you can import the data from Alliance Auth's native FAT system or from ImicusFAT if you have used one of these until now.

Import from native FAT

To import from the native FAT module, simply run the following command:

python myauth/manage.py afat_import_from_allianceauth_fat

Import from ImicusFAT

To import from the ImicusFAT module, simply run the following command:

python myauth/manage.py afat_import_from_imicusfat

Settings

To customize the module, the following settings are available.

Name Description Default Value
AFAT_APP_NAME Custom application name, in case you'd like a different name Fleet Activity Tracking
AFAT_DEFAULT_FATLINK_EXPIRY_TIME Default expiry time for clickable FAT links in Minutes 60
AFAT_DEFAULT_FATLINK_REOPEN_GRACE_TIME Time in minutes a FAT link can be re-opened after it has expired 60
AFAT_DEFAULT_FATLINK_REOPEN_DURATION Time in minutes a FAT link is re-opened 60
AFAT_DEFAULT_LOG_DURATION Time in days before log entries are being removed from the DB 60

Permissions

Name Description Notes
basic_access Can access the AFAT module Your line member probably want this permission, so they can see the module and click the FAT links they are given. They also can see their own statistics with this permission.
manage_afat Can manage the AFAT module Your Military lead probably should get this permission
add_fatlink Can create FAT Links Your regular FC or who ever should be able to add FAT links should have this permission
stats_corporation_own Can see own corporation statistics
stats_corporation_other Can see statistics of other corporations
logs_view Can view the modules logs

Changelog

To keep track of all changes, please read the Changelog.

Contributing

You want to contribute to this project? That's cool!

Please make sure to read the contribution guidelines (I promise, it's not much, just some basics)

Credits

AFAT is maintained by @ppfeufer is based on ImicusFAT maintained by @exiom with @Aproia and @ppfeufer (no longer) which is based on allianceauth-bfat by @colcrunch

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

allianceauth_afat-2.9.6.tar.gz (659.5 kB view details)

Uploaded Source

Built Distribution

allianceauth_afat-2.9.6-py3-none-any.whl (738.5 kB view details)

Uploaded Python 3

File details

Details for the file allianceauth_afat-2.9.6.tar.gz.

File metadata

  • Download URL: allianceauth_afat-2.9.6.tar.gz
  • Upload date:
  • Size: 659.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for allianceauth_afat-2.9.6.tar.gz
Algorithm Hash digest
SHA256 c1d75324d49e671699adffb192e9727ac16f1f8ed0032b8d68e5c0740c5b8e94
MD5 756d11c658fbfc1730f6934b03884598
BLAKE2b-256 3837fe37fc95609c20d8ff996ecee073d3ac8d2f801661bc71021c032b8f5b60

See more details on using hashes here.

File details

Details for the file allianceauth_afat-2.9.6-py3-none-any.whl.

File metadata

File hashes

Hashes for allianceauth_afat-2.9.6-py3-none-any.whl
Algorithm Hash digest
SHA256 5eddf9bb6970414746298b0ffda010d80ff7edb70eb4273e50ad577b5fc9db38
MD5 4caa3222cddce613bd6224297be581a3
BLAKE2b-256 1b06fd01ec27596c6d8f1ef8a874d644421ad01acc665075a6122130968a27f2

See more details on using hashes here.

Supported by

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