...
Contribution & Review
In case the
targetCollectionType
of the Project is"QuestionSet"
, Replace the existing view with thequestion-list
component remains the same. Upon creating or editing questions, the Question Set Editor showing list of Questions added only by current userwill open directly on the create/edit question page.For this, one approach is to show the existing question list component, and then redirect to the Question Set Editor for question creation/editing
Filtering logic will need to be added to the Question Set Editor package where the question list and the preview will render only for questions added by the current user
targetPrimaryCategories
, allow the addition of Question Sets to Question Sets in the Question Set Editor via this (Confluence Document) configuration.
DB Changes: ProgramTable
column_name | datatype | postgresql command |
---|---|---|
targetCollectionType | text array |
|
questionSetIds | text array |
|