Skip to content

Assign Group by Title #2

@WisdomPanda

Description

@WisdomPanda

Currently you need to use a role or "is a member of..." to assign a user group.

Title support should be added.

This will require the fetching and caching of corp titles for each allowed corp, then offering them as an option in the roles section, or as it's own drop down.

The API XML follows the format of;

We would need a table setup like;

-- TABLE --
corporationID, INT, unsigned
titleID, INT, unsigned
titleName, VARCHAR (100) #Or find the exact length

PRIMARY KEY; corporationID, titleID #They should be unique.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions