| 
									
										
										
										
											2018-02-16 23:18:53 +00:00
										 |  |  | import certTypes from './certTypes.json'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | const superBlockCertTypeMap = { | 
					
						
							|  |  |  |   // legacy
 | 
					
						
							| 
									
										
										
										
											2018-02-27 14:03:06 +00:00
										 |  |  |   'legacy-front-end': certTypes.frontEnd, | 
					
						
							|  |  |  |   'legacy-back-end': certTypes.backEnd, | 
					
						
							|  |  |  |   'legacy-data-visualization': certTypes.dataVis, | 
					
						
							|  |  |  |   'legacy-full-stack': certTypes.fullStack, | 
					
						
							| 
									
										
										
										
											2018-02-16 23:18:53 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   // modern
 | 
					
						
							|  |  |  |   'responsive-web-design': certTypes.respWebDesign, | 
					
						
							|  |  |  |   'javascript-algorithms-and-data-structures': certTypes.jsAlgoDataStruct, | 
					
						
							|  |  |  |   'front-end-libraries': certTypes.frontEndLibs, | 
					
						
							| 
									
										
										
										
											2018-02-27 14:03:06 +00:00
										 |  |  |   'data-visualization': certTypes.dataVis2018, | 
					
						
							| 
									
										
										
										
											2018-02-16 23:18:53 +00:00
										 |  |  |   'apis-and-microservices': certTypes.apisMicroservices, | 
					
						
							|  |  |  |   'information-security-and-quality-assurance': certTypes.infosecQa | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export default superBlockCertTypeMap; |