Include images instead of imgur links
BIN
docs/_static/images/features/corpstats/api_index.png
vendored
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
docs/_static/images/features/corpstats/blank_header.png
vendored
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
docs/_static/images/features/corpstats/eve_sso_authorization.png
vendored
Normal file
After Width: | Height: | Size: 258 KiB |
BIN
docs/_static/images/features/corpstats/last_update.png
vendored
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
docs/_static/images/features/corpstats/member_list.png
vendored
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
docs/_static/images/features/corpstats/navbar.png
vendored
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
docs/_static/images/features/corpstats/pagination.png
vendored
Normal file
After Width: | Height: | Size: 903 B |
BIN
docs/_static/images/features/corpstats/search_view.png
vendored
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
docs/_static/images/features/corpstats/select_sso_token.png
vendored
Normal file
After Width: | Height: | Size: 24 KiB |
@ -6,17 +6,17 @@ This module is used to check the registration status of corp members and to dete
|
|||||||
|
|
||||||
Upon initial install, nothing will be visible. For every corp, a model will have to be created before data can be viewed.
|
Upon initial install, nothing will be visible. For every corp, a model will have to be created before data can be viewed.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
If you are a superuser, the add button will be immediate visible to you. If not, your user account requires the `add_corpstats` permission.
|
If you are a superuser, the add button will be immediate visible to you. If not, your user account requires the `add_corpstats` permission.
|
||||||
|
|
||||||
Corp Stats requires an EVE SSO token to access data from the EVE Swagger Interface. Upon pressing the Add button, you will be prompted to authenticated. Please select the character who is in the corp you want data for.
|
Corp Stats requires an EVE SSO token to access data from the EVE Swagger Interface. Upon pressing the Add button, you will be prompted to authenticated. Please select the character who is in the corp you want data for.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
You will return to auth where you are asked to select a token with the green arrow button. If you want to use a different character, press the `LOG IN with EVE Online` button.
|
You will return to auth where you are asked to select a token with the green arrow button. If you want to use a different character, press the `LOG IN with EVE Online` button.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
If this works (and you have permission to view the Corp Stats you just created) you'll be returned to a view of the Corp Stats.
|
If this works (and you have permission to view the Corp Stats you just created) you'll be returned to a view of the Corp Stats.
|
||||||
If it fails an error message will be displayed.
|
If it fails an error message will be displayed.
|
||||||
@ -25,7 +25,7 @@ If it fails an error message will be displayed.
|
|||||||
|
|
||||||
### Navigation Bar
|
### Navigation Bar
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
This bar contains a dropdown menu of all available corps. If the user has the `add_corpstats` permission, a button to add a Corp Stats will be shown.
|
This bar contains a dropdown menu of all available corps. If the user has the `add_corpstats` permission, a button to add a Corp Stats will be shown.
|
||||||
|
|
||||||
@ -33,13 +33,13 @@ On the right of this bar is a search field. Press enter to search. It checks all
|
|||||||
|
|
||||||
### API Index
|
### API Index
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
This is a visual indication of the number of registered characters.
|
This is a visual indication of the number of registered characters.
|
||||||
|
|
||||||
### Last Update
|
### Last Update
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Corp Stats do not automatically update. They update once upon creation for initial data, and whenever someone presses the update button.
|
Corp Stats do not automatically update. They update once upon creation for initial data, and whenever someone presses the update button.
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ Only superusers and the creator of the Corp Stat can update it.
|
|||||||
|
|
||||||
### Member List
|
### Member List
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The list contains all characters in the corp. Red backgrounds means they are not registered in auth. If registered, and the user has the required permission to view APIs, a link to JackKnife will be present.
|
The list contains all characters in the corp. Red backgrounds means they are not registered in auth. If registered, and the user has the required permission to view APIs, a link to JackKnife will be present.
|
||||||
A link to zKillboard is present for all characters.
|
A link to zKillboard is present for all characters.
|
||||||
@ -55,11 +55,11 @@ If registered, the character will also have a main character, main corporation,
|
|||||||
|
|
||||||
This view is paginated: use the navigation arrows to view more pages (sorted alphabetically by character name), or search for a specific character.
|
This view is paginated: use the navigation arrows to view more pages (sorted alphabetically by character name), or search for a specific character.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Search View
|
## Search View
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
This view is essentially the same as the Corp Stats page, but not specific to a single corp.
|
This view is essentially the same as the Corp Stats page, but not specific to a single corp.
|
||||||
The search query is visible in the search box.
|
The search query is visible in the search box.
|
||||||
|