Files
freeCodeCamp/curriculum/challenges/_meta/data-visualization-projects/meta.json
Nicholas Carrigan (he/him) 8372623f69 chore(curriculum): fix + test curriculum order (#44366)
* chore(tools): test curriculum order

* chore: update orders

* fix(tests): temporarily ignore cert super

The Relational Databases cert being 'upcomingChanges' is breaking
the tests.

* fix: graphql query here

* fix: use only one meta

* chore: remove unnecessary superOrders

* chore: zero-based indexing

* fix: update mock

* refactor: remove unused fixture

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-12-06 16:55:13 +00:00

33 lines
728 B
JSON

{
"name": "Data Visualization Projects",
"isUpcomingChange": false,
"dashedName": "data-visualization-projects",
"order": 2,
"time": "150 hours",
"template": "",
"required": [],
"superBlock": "data-visualization",
"superOrder": 3,
"challengeOrder": [
[
"bd7168d8c242eddfaeb5bd13",
"Visualize Data with a Bar Chart"
],
[
"bd7178d8c242eddfaeb5bd13",
"Visualize Data with a Scatterplot Graph"
],
[
"bd7188d8c242eddfaeb5bd13",
"Visualize Data with a Heat Map"
],
[
"587d7fa6367417b2b2512bbf",
"Visualize Data with a Choropleth Map"
],
[
"587d7fa6367417b2b2512bc0",
"Visualize Data with a Treemap Diagram"
]
]}