-
Notifications
You must be signed in to change notification settings - Fork 16
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
Questionnaire composition - UI concept #561
Comments
SpecificationWhen not specified, the ref element is at the same level than a sequence element, and has the same behaviour Add a ref
Delete a ref
Move a ref
Adding other elementsOnce addedRef questionnaire vars are available
Updates
ChecksRegular name checksSequences, questions, variables, etc. Reference checks
|
Adding a element - button placementAdding an element - choiceℹ️ Note the correct items of the choices list are (in 🇫🇷):
TCM module choiceNote: here, we want a new page, not a modal window. TCM module configuration
Module reference displayColore ref is |
Progress have been made; currently a difficult part, handling the drag and drop algorithm for a reference object |
First experience with composition UIGlobal comments
1 - Adding a ref to an empty questionnaireIt works, but we still have a warning message (see below) whereas we should not (the ref is indeed adding at least a sequence and a question). 2 - Moving the reference element in the questionnaire structureMoving a reference element is nicely handle: the ref can only be placed at the sequence level, ie not inside a sequence or sub sequence. 3 - DeletionOK 👍 |
The warning message for a questionnaire too short does not appear anymore on the screen if the questionnaire is composed of only an external reference. |
@loichenninger TODO Provide a cost estimation of implementing sequence integration (from a catalog questionnaire) |
@romaintailhurat What is the behaviour wanted if a questionnaire contains a reference that does not exist anymore? |
Spec updated 😄 |
UI for a non-existing ref: Color is EDIT: ref in #626 |
In order to be compliant with the spec (see above):
Note: here are the missing translations for the external elements ⬇️
|
Thank you @BulotF, those two issues are fixed! |
Done |
Here is a first and very simple concept of the UI part of questionnaires composition:
The main idea here is to provide another kind of structural element for the questionnaire : a link to another questionnaire.
The element itself could be name after the target questionnaire. Editing this element display a UI where the designer can specify if its the whole questionnaire or a part of it that is integrated.
The text was updated successfully, but these errors were encountered: