Files
freeCodeCamp/curriculum/challenges/_meta/data-visualization-projects/meta.json
Oliver Eyton-Williams 1642c631de refactor: drop superorder from metas (#44422)
* refactor: create superOrder from superblock

* chore: drop superOrders from meta

* fix: return null for 'certifications'

* fix: only set superOrder if it is needed

* fix(tests): remove filter from order tests

* test: use getSuperOrder, since superOrder has gone

* test: ignore certificates

* fix: getSuperOrder throw for 'certifications'

* test: remove certificate special case

It wasn't necessary, anyway (it had never been working because I put
certificate not certification)

Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
2021-12-14 08:16:23 -08:00

32 lines
709 B
JSON

{
"name": "Data Visualization Projects",
"isUpcomingChange": false,
"dashedName": "data-visualization-projects",
"order": 2,
"time": "150 hours",
"template": "",
"required": [],
"superBlock": "data-visualization",
"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"
]
]}