1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

Add SVG QA roadmap

This commit is contained in:
Kamran Ahmed
2022-09-01 16:24:00 +04:00
parent cd5e39a730
commit 568d5002ca
4 changed files with 772 additions and 833 deletions

View File

@@ -23,7 +23,7 @@
"type": "role",
"featuredDescription": "Step by step guide to becoming a modern QA Engineer in 2022",
"featured": true,
"isNew": true,
"isNew": true,
"resourcesPath": "./resources.md",
"imageUrl": "/roadmaps/qa.png",
"jsonUrl": "/project/qa.json",

View File

@@ -44,5 +44,5 @@ export function getFeaturedRoadmaps(): RoadmapType[] {
}
export function isInteractiveRoadmap(id: string): boolean {
return ['frontend', 'backend', 'devops', 'react', 'vue', 'python', 'java', 'blockchain', 'golang', 'javascript', 'nodejs'].includes(id);
return ['frontend', 'backend', 'devops', 'react', 'vue', 'python', 'java', 'blockchain', 'golang', 'javascript', 'nodejs', 'qa'].includes(id);
}

View File

@@ -154,6 +154,10 @@ export function InteractiveRoadmapRenderer(props: RoadmapProps) {
minHeight = ['865px', '1855px', '1855px', '2500px', '2500px', '2500px'];
}
if (roadmap.id === 'qa') {
minHeight = ['865px', '1610px', '1610px', '2200px', '2200px', '2200px'];
}
return (
<Container maxW={'container.lg'} position="relative" minHeight={minHeight}>
{(isLoading || isRendering) && <RoadmapLoader />}

File diff suppressed because it is too large Load Diff