Metadata-Version: 2.1
Name: allianceauth-auth-stats
Version: 0.0.1a2
Summary: Alliance Auth Plugin
Home-page: https://github.com/pvyParts/allianceauth-corp-tools
Author: AaronKable
Author-email: aaronkable@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
License-File: LICENCE

# Auth Reports

### Auth Data in report form, in Auth, fully configurable

AKA Corp Stats 3.0

- Configurable Report Framework for corporate level aggregation of data
- each "field" is basically a smart filter from sec groups ( can use them too ) or a "field only" filter
- pass/fail stats collated over time?

## What it needs:

- require corporate member tokens to build the corp groups to see people not known to auth, to make a report for that too.

## Min Release Req's:

- [ ] a basic report that does what corpstats 2.0 does now
  - alts to mains
  - join dates
  - last login
- [ ] permissions that give access to all reports at a `corp/alli/state/holding corps` level
- [ ] overview screen with passing/failing per corp per "report" ( maybe have this as optional aka "show_on_global_overview_report" )

## Nice to haves

- state level report that shows all members of a state
- csv/json/other export
- more things...

## Filters/stats provided by this app

- show all alts to a main
- anything else that makes sense?

## Installation

1.
2.

## Permissions

There are some basic access perms

All permissions are filtered by main character, if a person has neutral alts loaded they will also be visible to someone who can see their main.

| Perm | Admin Site | Perm | Description |
| ---- | ---------- | ---- | ----------- |
| 1    | 2          | 3    | 4           |

Note: Configure the "Holding Corps" in the `Auth Reports Configuration` Admin Model. via the auth admin interface.

## Settings

| Setting              | Default        | Description                     |
| -------------------- | -------------- | ------------------------------- |
| `AUTHSTATS_APP_NAME` | "Auth Reports" | Name on the menu for Auth Stats |

## Contributing

Make sure you have signed the [License Agreement](https://developers.eveonline.com/resource/license-agreement) by logging in at https://developers.eveonline.com before submitting any pull requests. All bug fixes or features must not include extra superfluous formatting changes.


