Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify Server for InfoSource plugins #29

Open
joel99 opened this issue Mar 16, 2018 · 0 comments
Open

Modify Server for InfoSource plugins #29

joel99 opened this issue Mar 16, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@joel99
Copy link
Contributor

joel99 commented Mar 16, 2018

We need to adjust the server to be able to retrieve information from the InfoSource plugins. sendMessage should have a few variations. sendMessage will optionally take a source parameter that can be populated as follows:

  • Provided a dictionary of user objects in the raw query.
  • Provided a dictionary of InfoSource names and values that are also dictionaries that satisfy the filter function mentioned in InfoSource plugins #28. (Some kind of filter format should be provided by InfoSource)
    We need more information on what we can target. The server should provide a method for retrieving what InfoPlugins are available and what filtering groups they have and what information they can provide.
    If InfoSources are provided in source, run the InfoSource plugins filter with the parameters given in the request. Hold onto the information for later processing.

If the source parameter is not specified, the server will skip any info retrieval processing and default to BuildGT MVP behavior or directly routing a message to presumably broadcasting plugins.
Part of the #13 epic.

@joel99 joel99 added the enhancement New feature or request label Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant