Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compendium-v2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
compendium-v2
Merge requests
!90
[COMP-292] : [COMP-299] [COMP-325] [COMP-317] Connectivity Fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[COMP-292] : [COMP-299] [COMP-325] [COMP-317] Connectivity Fix
feature/COMP-292-fix
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
6
Merged
Saket Agrahari
requested to merge
feature/COMP-292-fix
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
73f3cf60
1 commit,
1 year ago
6 files
+
235
−
78
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
compendium-frontend/src/helpers/ConnectivityDisplayConstant.tsx
+
50
−
9
Options
@@ -70,23 +70,64 @@ export const dataKeyMap = {
};
export
const
displayCategoryMap
=
{
"
hospitals
"
:
"
Non-university public Hospitals
"
,
"
universities
"
:
"
Universities & Other (ISCED 6-8)
"
,
"
further_education
"
:
"
Further education (ISCED 4-5)
"
,
"
government
"
:
"
Government departments (national, regional, local)
"
,
"
institutes
"
:
"
Research Institutes
"
,
"
primary_schools
"
:
"
Primary schools (ISCED 1)
"
,
"
for_profit_orgs
"
:
"
For-profit organisations
"
,
"
secondary_schools
"
:
"
Secondary schools (ISCED 2-3)
"
,
"
primary_schools
"
:
"
Primary schools (ISCED 1)
"
,
"
institutes
"
:
"
Research Institutes
"
,
"
cultural
"
:
"
Libraries, Museums, Archives, Cultural institutions
"
,
"
hospitals
"
:
"
Non-university public Hospitals
"
,
"
government
"
:
"
Government departments (national, regional, local)
"
,
"
iros
"
:
"
International (virtual) research organisations
"
,
"
collaboration
"
:
"
Connection to your network for collaboration with R&E users
"
,
"
service_supplier
"
:
"
Connection to your network for supplying services for R&E
"
,
"
direct_peering
"
:
"
Direct peering (e.g. direct peering or cloud peering)
"
,
"
university_spin_off
"
:
"
University Spin Off/Incubator
"
,
"
for_profit_orgs
"
:
"
For-profit organisations
"
,
"
commercial_r_and_e
"
:
"
Commercial R&E traffic only
"
,
"
commercial_general
"
:
"
Commercial general
"
,
"
commercial_collaboration
"
:
"
Commercial for collaboration only (project/time limited)
"
,
"
commercial_service_provider
"
:
"
Commercial Service Provider
"
,
"
university_spin_off
"
:
"
University Spin Off/Incubator
"
,
"
collaboration
"
:
"
Connection to your network for collaboration with R&E users
"
,
"
service_supplier
"
:
"
Connection to your network for supplying services for R&E
"
,
"
direct_peering
"
:
"
Direct peering (e.g. direct peering or cloud peering)
"
,
}
export
const
displayCategoryMapNew
=
[
{
"
universities
"
:
"
Universities & Other (ISCED 6-8)
"
,
"
further_education
"
:
"
Further education (ISCED 4-5)
"
,
"
secondary_schools
"
:
"
Secondary schools (ISCED 2-3)
"
,
"
primary_schools
"
:
"
Primary schools (ISCED 1)
"
,
"
institutes
"
:
"
Research Institutes
"
,
"
cultural
"
:
"
Libraries, Museums, Archives, Cultural institutions
"
,
"
hospitals
"
:
"
Non-university public Hospitals
"
,
"
government
"
:
"
Government departments (national, regional, local)
"
,
"
iros
"
:
"
International (virtual) research organisations
"
,
"
for_profit_orgs
"
:
"
For-profit organisations
"
,
},
{
"
commercial_r_and_e
"
:
"
Commercial R&E traffic only
"
,
"
commercial_general
"
:
"
Commercial general
"
,
"
commercial_collaboration
"
:
"
Commercial for collaboration only (project/time limited)
"
,
"
commercial_service_provider
"
:
"
Commercial Service Provider
"
,
"
university_spin_off
"
:
"
University Spin Off/Incubator
"
,
},
{
"
collaboration
"
:
"
Connection to your network for collaboration with R&E users
"
,
"
service_supplier
"
:
"
Connection to your network for supplying services for R&E
"
,
"
direct_peering
"
:
"
Direct peering (e.g. direct peering or cloud peering)
"
,
}
]
export
const
remitCover
=
{
"
yes_incl_other
"
:
"
Yes - including transit to other networks
"
,
"
yes_national_nren
"
:
"
Yes - national NREN access
"
,
"
sometimes
"
:
"
In some circumstances
"
,
"
no_policy
"
:
"
No - not eligible for policy reasons
"
,
"
no_financial
"
:
"
No - financial restrictions
"
,
"
no_other
"
:
"
No - other reason
"
,
"
unsure
"
:
"
Unsure/unclear
"
}
Loading