Giter Site home page Giter Site logo

seat-squad-sync's Introduction

seat-squad-sync

A module for SeAT that allows for creating a link between the members of a

Latest Stable Version License

Usage

This plugin provides a very simple yet powerful functionality that allows syncing squad members to role affiliations.

This allows for squads to be created which act as for example a recruitment squad. People who want to apply to corp join the squad. This plugin will then sync the character to be a part of the affiliations of the linked recruitment role.

NB

At the present time there is a need to configure the squadsync:sync job to run on a schedule as the sync is not maintained automatically at this point.

TODO

  • refresh syncs on command (scheduled and manual)
  • [] set up observer to automatically sync users on squad events
  • [] implement ability to prevent the squad role from being the target role

Quick Installation

Docker Install

Open the .env file (which is most probably at /opt/seat-docker/.env) and edit the SEAT_PLUGINS variable to include the package.

# SeAT Plugins
# This is a list of the all of the third party plugins that you
# would like to install as part of SeAT. Package names should be
# comma separated if multiple packages should be installed.
SEAT_PLUGINS=cryptaeve/seat-squad-sync

Save your .env file and run docker-compose up -d to restart the stack with the new plugins as part of it. Depending on how many other plugins you also may have, this could take a while to complete.

You can monitor the installation process by running:

docker-compose logs --tail 5 -f seat-app

Blade Install

In your seat directory (By default: /var/www/seat), type the following:

php artisan down
composer require cryptaeve/seat-squad-sync

php artisan vendor:publish --force --all
php artisan migrate

php artisan up

And now, when you log into 'Seat', you should see a 'Squad Sync' link on the left.

Usage Tracking

In order to get an idea of the usage of this plugin, a very simplistic form of anonymous usage tracking has been implemented.

Read more about the system in use here

seat-squad-sync's People

Contributors

crypta-eve avatar maxtsero avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

maxtsero

seat-squad-sync's Issues

Sync only working for Characters in same Coporation

Missing sync schedule

It seems like permissions to recruitment officers are only given to characters which are in the same corporation as in the main characters corporation:

  • Assign your Characters to your main Character
    • Have characters in different coporations
  • Let a recruiter access your character which is not in the same coporation as in the main characters coporation
  • Get a 403 by SeAT

Is that a bug or did i fucked up the sync?

Not working?

I noticed there isn't really any explanation on how this works so I'm assuming that after setup people with the right role attached to the squad can simply see everyone in the squads character sheet but so far I can't seem to get that to work.

I have a squad created, set to manual.

I have a role created, no permissions set.

I create a sync, name it, attach the squad and role + all scopes added.

I then give the role to a user but.. they cannot see the character sheet of players in the squad still.

Do they need to be a moderator of that squad? Be in the squad? Or is it meant to just work?

SeAT: v4, all up to date as of time of writing.
Squad Sync: Latest release

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.