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.
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.