-
Notifications
You must be signed in to change notification settings - Fork 0
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
Transport Module (TM) trigger specifications #19
Comments
@ghilbrae adding you to this issue to keep you in the loop about the status. |
Hello there, I'll try to answer.
That is correct, only TI.
The study can be triggered as soon as created. The only information that willbe kept in both systems will be the bare minimum: Title and short description.
Should the title or description change, it would be required to sync in the TM.
In this specific case, CSIS is not required to monitor the results in this moment.
We can add this field to the DB model and allow queries by external ID. Please let me know if there is anything else you would like to ask. |
Ok great, so we will do the following: Setup of initial trigger:
Relevant fields to be included in initial trigger:
@rapto so how exactly can we talk to the TM? Is there a documentation or description of the API available, so that we can set this up? If you like we can have a telco and discuss this in more detail. Also, what other fields will be needed? Don't you need the study area and the selected data package + resources, so that the TM can do its calculations? If so, we can add this information in the initial trigger, or the TM could also get these details via a REST call and inside the initial trigger I just place a link to appropriate REST endpoint on the CSIS side. |
We can discuss this on Monday after the weekly meeting. I'll let @rapto know when to connect. |
With the help of @rapto I was able to get the TM trigger up and running. I'm considering this issue done. |
Subtask of this issue.
In order for the TM to be able to generate study-relevant output, CSIS needs to trigger the TM and sent the necessary information for the relevant Studies.
We already have something similar for another external service (Emikat), where we use REST for the communication (issue, relevant code).
@rapto: Angela told me that you would be to right person to talk to. Can you check our trigger approach for Emikat and tell me if we could do something similar for the TM?
If so, we would have to think about the following things:
The text was updated successfully, but these errors were encountered: