Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Contribution & Review

    • In case the targetCollectionType of the Project is "QuestionSet", Replace the existing view with the question-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

      Basis the selected 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

ALTER TABLE program ADD COLUMN targetCollectionType text[];

questionSetIds

text array

ALTER TABLE program ADD COLUMN questionSetIds text[];