Please enable JavaScript.
Coggle requires JavaScript to display documents.
FLOW of application, MODELS - Coggle Diagram
FLOW of application
form is created
form is provided with different question,
-
-
Linking Tools with Forms
A separate model is created which stores which form is mapped with which tool and are they plugged in or not (default : false)
-
Additional questionId is also added in it, for those tool which will work on a specified column of formData
Form Response
-
-
Ultimately the response stores formid(ref), array of answerIds(ref)
-
MODELS
We have these models
-
Response
form (formId), answers(array of answer_id)
-
Form
form_title (name of form), questions (array of question_id)
Form_Tool
form (formId), tool (toolId), question (questionId), IsPluggedIn (boolean)
Answer
question (questionId), answer_value