fix(curriculum): add B1 English to external curriculum (#58012)

This commit is contained in:
Sem Bauke
2025-01-09 17:37:56 +01:00
committed by GitHub
parent 5782d0ebb0
commit df06de394e
2 changed files with 2 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ describe('external curriculum data build', () => {
({ dashedName }) => dashedName
);
const isUpcoming = ['b1-english-for-developers', 'full-stack-developer'];
const isUpcoming = ['full-stack-developer'];
// TODO: this is a hack, we should have a single source of truth for the
// list of superblocks that are available.

View File

@@ -41,6 +41,7 @@ export const orderedSuperBlockInfo = [
{ dashedName: SuperBlocks.PythonForEverybody, public: true },
{ dashedName: SuperBlocks.TheOdinProject, public: true },
{ dashedName: SuperBlocks.A2English, public: true },
{ dashedName: SuperBlocks.B1English, public: false },
{ dashedName: SuperBlocks.JsAlgoDataStructNew, public: false },
{ dashedName: SuperBlocks.FrontEndDevLibs, public: false },
{ dashedName: SuperBlocks.DataVis, public: false },