Versions Compared

Key

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

Overview - 

...

  1. Question Type

  2. Status (Default)

  3. Skills tested

Filters for Framework attributes (Topic, Learning outcome) can be added later on in Next Sprint.

  • Proposed user flows for contributor reviewer 

...

  • The common, minimum columns and filters can be added to the object-level configuration for questionSet and collection (This file for questionSet)

    • Code Block
      contributionTableColumns: [
        {
          "label": "Type",
          "key": "primaryCategory"
        }
        ...
      ]
      ...
      contributionTableFilters: [
        {
          "label": "Status",
          "key": "sourcingStatus"
        }
      ]
      
  • The attributes that are framework-specific will be fetched from the childMetadata properties of the categoryDefinition

    • Only properties that are editable and part of the frameworkCategories are to be displayed in the UI

    • These properties will be shown as chips beneath the question name
      Note: Maximum two tags are shown for that added the variable maxNumberOfTags in config.
      (Prerna Bhandari please add the mockup )

...