You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually, a render engine is part of the app.
So it makes sense to test forms in a real environment instead of an IDE sandbox.
IDE shall publish a Questionnaire and populated QuestionnaireResponse on each Questionnaire change.
A render engine app shall subscripbe for Questionnaire and QuestionnaireResponse resources.
A user interacts with rendered Questionnaire throughout the render engine app.
The render engine app publishes the resulting QuestionnaireResponse.
IDE subscribes for QuestionnaireResponse and moves it next to the SDC pipeline step (extraction).
Add a setting that turns remote rendering mode on. Once it is done form should be replaced with a code of the session.
Implement pub/sub on top of WebSocket.
Use WebRTC instead of a web socket.
The text was updated successfully, but these errors were encountered:
Usually, a render engine is part of the app.
So it makes sense to test forms in a real environment instead of an IDE sandbox.
IDE shall publish a Questionnaire and populated QuestionnaireResponse on each Questionnaire change.
A render engine app shall subscripbe for Questionnaire and QuestionnaireResponse resources.
A user interacts with rendered Questionnaire throughout the render engine app.
The render engine app publishes the resulting QuestionnaireResponse.
IDE subscribes for QuestionnaireResponse and moves it next to the SDC pipeline step (extraction).
The text was updated successfully, but these errors were encountered: