Skip to content
Snippets Groups Projects

service matrix prototype

Merged Mohammad Torkashvand requested to merge feature/COMP-2-service-matrix-prototype into develop
Files
17
from compendium_v2.db.presentation_models import ServiceCategory
ANSWERS_2022_QUERY = """
SELECT question_id, value
FROM answers a
@@ -664,3 +666,14 @@ SERVICES_MAPPING = {
'SaaS': 'services_hosting:saas',
'Virtual machines/IaaS': 'services_hosting:virtual-machines-iaas',
}
SERVICE_CATEGORY_MAPPING = {
'services_collaboration': ServiceCategory.collaboration.value,
'services_identity': ServiceCategory.identity.value,
'services_isp': ServiceCategory.isp_support.value,
'services_multimedia': ServiceCategory.multimedia.value,
'services_network': ServiceCategory.network_services.value,
'services_professional': ServiceCategory.professional_services.value,
'services_security': ServiceCategory.security.value,
'services_hosting': ServiceCategory.storage_and_hosting.value,
}
Loading