Versions Compared

Key

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

...


Question Set Editor Component Modifications

  1. Extract individual components from this repo and publish them as separate NPM

...

  1. package

  2. Include those individual components for creating/editing, previewing and reviewing questions

...

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[];