-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
InfoSourcenames and values that are also dictionaries that satisfy the filter function mentioned in InfoSource plugins #28. (Some kind of filter format should be provided byInfoSource)
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.
IfInfoSources are provided insource, run theInfoSourcepluginsfilterwith 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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request