Skip to content
Snippets Groups Projects

Refactor remaining pages & improvements

Merged Bjarke Madsen requested to merge FixPills into develop
2 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -47,7 +47,8 @@ const description = {
<span>{displayTitle[ConnectivityPage.ConnectedProportion]}</span>
</Link>
</span>,
[ConnectivityPage.ConnectivityLoad]: <span>What are the traffic loads in Mbit/s?</span>,
[ConnectivityPage.ConnectivityLoad]: <span>The table below shows the traffic load in Mbit/s to and from institutions served by NRENs; both the average load, and peak load, when given.
The types of institutions are broken down using the ISCED 2011 classification system (the UNESCO scheme for International Standard Classification of Education), plus other types.</span>,
[ConnectivityPage.ConnectivityGrowth]: <span>What do you expect the traffic growth to be in the next 3 years?</span>,
[ConnectivityPage.CommercialChargingLevel]: <span>What are the typical charging levels for the following types of commercial connections?</span>,
[ConnectivityPage.CommercialConnectivity]: <span>What types of commercial organisations do you connect?</span>,
@@ -75,10 +76,10 @@ const rowFieldMap = {
},
[ConnectivityPage.ConnectivityLoad]: {
"Average Load From Institutions": "average_load_from_institutions",
"Average Load To Institutions": "average_load_to_institutions",
"Peak Load To Institution": "peak_load_to_institutions",
"Peak Load From Institution": "peak_load_from_institutions"
"Average Load From Institutions (Mbit/s)": "average_load_from_institutions",
"Average Load To Institutions (Mbit/s)": "average_load_to_institutions",
"Peak Load To Institution (Mbit/s)": "peak_load_to_institutions",
"Peak Load From Institution (Mbit/s)": "peak_load_from_institutions"
},
[ConnectivityPage.ConnectivityGrowth]: {
"Percentage growth": "growth"
Loading