-
Alice Heaton authored
Refactor QUESTION_TYPE_TAXONOMY contanst in ViewAndEditTable into an application-wide constant providing the main categorization taxonomy per item type.
Alice Heaton authoredRefactor QUESTION_TYPE_TAXONOMY contanst in ViewAndEditTable into an application-wide constant providing the main categorization taxonomy per item type.
constants.py 293 B
# Define the categorization taxonomy associated with
# each item type. The front end currently supports a
# single item-type specific categorization taxonomy.
# (eg. all questions are categorized using the Ebola Questions
# taxonomy)
ITEM_TYPE_CATEGORY = {
'question': 'ebola-questions'
}