Overview -
...
Question Type
Status (Default)
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
andfilters
can be added to the object-level configuration forquestionSet
andcollection
(This file forquestionSet
)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 thecategoryDefinition
Only properties that are
editable
and part of theframeworkCategories
are to be displayed in the UIThese properties will be shown as chips beneath the question name
Note: Maximum two tags are shown for that added the variablemaxNumberOfTags
in config.
(Prerna Bhandari please add the mockup )
...