chore(curriculum): remove upcoming python superblock (#57247)

This commit is contained in:
Oliver Eyton-Williams
2024-11-20 18:14:36 +01:00
committed by GitHub
parent 62c4b665b7
commit fcedb7e98d
43 changed files with 21 additions and 832 deletions
+2 -12
View File
@@ -27,7 +27,6 @@ export enum Certification {
FoundationalCSharp = 'foundational-c-sharp-with-microsoft',
// Upcoming certifications
FullStackDeveloper = 'full-stack-developer-v9',
UpcomingPython = 'upcoming-python-v8',
A2English = 'a2-english-for-developers-v8',
B1English = 'b1-english-for-developers-v8',
// Legacy certifications
@@ -77,7 +76,6 @@ export const legacyFullStackCertification = [
// showUpcomingChanges is true.
export const upcomingCertifications = [
Certification.FullStackDeveloper,
Certification.UpcomingPython,
Certification.A2English,
Certification.B1English
] as const;
@@ -101,7 +99,6 @@ export const certTypes = {
relationalDatabaseV8: 'isRelationalDatabaseCertV8',
collegeAlgebraPyV8: 'isCollegeAlgebraPyCertV8',
foundationalCSharpV8: 'isFoundationalCSharpCertV8',
upcomingPythonV8: 'isUpcomingPythonCertV8',
jsAlgoDataStructV8: 'isJsAlgoDataStructCertV8'
} as const;
@@ -124,7 +121,6 @@ export const certIds = {
relationalDatabaseV8Id: '606243f50267e718b1e755f4',
collegeAlgebraPyV8Id: '61531b20cc9dfa2741a5b800',
foundationalCSharpV8Id: '647f7da207d29547b3bee1ba',
upcomingPythonV8Id: '64afc4e8f3b37856e035b85f',
jsAlgoDataStructV8Id: '658180220947283cdc0689ce'
};
@@ -147,7 +143,6 @@ export const completionHours = {
[certTypes.relationalDatabaseV8]: 300,
[certTypes.collegeAlgebraPyV8]: 300,
[certTypes.foundationalCSharpV8]: 300,
[certTypes.upcomingPythonV8]: 300,
[certTypes.jsAlgoDataStructV8]: 300
};
@@ -173,10 +168,9 @@ export const certSlugTypeMap = {
[Certification.MachineLearningPy]: certTypes.machineLearningPyV7,
[Certification.RelationalDb]: certTypes.relationalDatabaseV8,
[Certification.CollegeAlgebraPy]: certTypes.collegeAlgebraPyV8,
[Certification.FoundationalCSharp]: certTypes.foundationalCSharpV8,
[Certification.FoundationalCSharp]: certTypes.foundationalCSharpV8
// upcoming
[Certification.UpcomingPython]: certTypes.upcomingPythonV8
};
export const superBlockCertTypeMap = {
@@ -205,10 +199,9 @@ export const superBlockCertTypeMap = {
// post-modern
// TODO: use enum
[SuperBlocks.RespWebDesignNew]: certTypes.respWebDesign,
[SuperBlocks.RespWebDesignNew]: certTypes.respWebDesign
// upcoming
[SuperBlocks.UpcomingPython]: certTypes.upcomingPythonV8
};
export const certTypeIdMap = {
@@ -230,7 +223,6 @@ export const certTypeIdMap = {
[certTypes.relationalDatabaseV8]: certIds.relationalDatabaseV8Id,
[certTypes.collegeAlgebraPyV8]: certIds.collegeAlgebraPyV8Id,
[certTypes.foundationalCSharpV8]: certIds.foundationalCSharpV8Id,
[certTypes.upcomingPythonV8]: certIds.upcomingPythonV8Id,
[certTypes.jsAlgoDataStructV8]: certIds.jsAlgoDataStructV8Id
};
@@ -254,7 +246,6 @@ export const certTypeTitleMap = {
[certTypes.relationalDatabaseV8]: 'Relational Database',
[certTypes.collegeAlgebraPyV8]: 'College Algebra with Python',
[certTypes.foundationalCSharpV8]: 'Foundational C# with Microsoft',
[certTypes.upcomingPythonV8]: 'Upcoming Python',
[certTypes.jsAlgoDataStructV8]:
'JavaScript Algorithms and Data Structures (Beta)'
};
@@ -281,7 +272,6 @@ export const linkedInCredentialIds = {
[Certification.CollegeAlgebraPy]: 'cawp',
[Certification.FoundationalCSharp]: 'fcswm',
[Certification.FullStackDeveloper]: 'fsd',
[Certification.UpcomingPython]: 'up',
[Certification.JsAlgoDataStructNew]: 'jaads',
[Certification.A2English]: 'a2efd',
[Certification.B1English]: 'b1efd'
+1 -13
View File
@@ -23,7 +23,6 @@ export enum SuperBlocks {
CollegeAlgebraPy = 'college-algebra-with-python',
FoundationalCSharp = 'foundational-c-sharp-with-microsoft',
FullStackDeveloper = 'full-stack-developer',
UpcomingPython = 'upcoming-python',
A2English = 'a2-english-for-developers',
B1English = 'b1-english-for-developers',
RosettaCode = 'rosetta-code',
@@ -102,8 +101,7 @@ export const superBlockStages: StageMap = {
[SuperBlockStage.New]: [],
[SuperBlockStage.Upcoming]: [
SuperBlocks.B1English,
SuperBlocks.FullStackDeveloper,
SuperBlocks.UpcomingPython
SuperBlocks.FullStackDeveloper
]
};
@@ -127,7 +125,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
SuperBlocks.JsAlgoDataStructNew,
SuperBlocks.TheOdinProject,
SuperBlocks.FullStackDeveloper,
SuperBlocks.UpcomingPython,
SuperBlocks.A2English,
SuperBlocks.B1English,
SuperBlocks.PythonForEverybody
@@ -137,7 +134,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
SuperBlocks.ProjectEuler,
SuperBlocks.TheOdinProject,
SuperBlocks.FullStackDeveloper,
SuperBlocks.UpcomingPython,
SuperBlocks.A2English,
SuperBlocks.B1English,
SuperBlocks.PythonForEverybody
@@ -147,7 +143,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
SuperBlocks.ProjectEuler,
SuperBlocks.TheOdinProject,
SuperBlocks.FullStackDeveloper,
SuperBlocks.UpcomingPython,
SuperBlocks.A2English,
SuperBlocks.B1English,
SuperBlocks.PythonForEverybody
@@ -157,7 +152,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
SuperBlocks.JsAlgoDataStructNew,
SuperBlocks.TheOdinProject,
SuperBlocks.FullStackDeveloper,
SuperBlocks.UpcomingPython,
SuperBlocks.A2English,
SuperBlocks.B1English,
SuperBlocks.PythonForEverybody
@@ -165,7 +159,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
[Languages.Portuguese]: [
SuperBlocks.JsAlgoDataStructNew,
SuperBlocks.FullStackDeveloper,
SuperBlocks.UpcomingPython,
SuperBlocks.A2English,
SuperBlocks.B1English,
SuperBlocks.PythonForEverybody
@@ -173,7 +166,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
[Languages.Ukrainian]: [
SuperBlocks.JsAlgoDataStructNew,
SuperBlocks.FullStackDeveloper,
SuperBlocks.UpcomingPython,
SuperBlocks.A2English,
SuperBlocks.B1English
],
@@ -181,7 +173,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
SuperBlocks.JsAlgoDataStructNew,
SuperBlocks.TheOdinProject,
SuperBlocks.FullStackDeveloper,
SuperBlocks.UpcomingPython,
SuperBlocks.A2English,
SuperBlocks.B1English
],
@@ -197,7 +188,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
SuperBlocks.JsAlgoDataStructNew,
SuperBlocks.TheOdinProject,
SuperBlocks.FullStackDeveloper,
SuperBlocks.UpcomingPython,
SuperBlocks.A2English,
SuperBlocks.B1English,
SuperBlocks.PythonForEverybody
@@ -221,7 +211,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
SuperBlocks.JsAlgoDataStructNew,
SuperBlocks.JsAlgoDataStruct,
SuperBlocks.FullStackDeveloper,
SuperBlocks.UpcomingPython,
SuperBlocks.A2English,
SuperBlocks.B1English,
SuperBlocks.PythonForEverybody
@@ -243,7 +232,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
SuperBlocks.FrontEndDevLibs,
SuperBlocks.JsAlgoDataStructNew,
SuperBlocks.FullStackDeveloper,
SuperBlocks.UpcomingPython,
SuperBlocks.A2English,
SuperBlocks.B1English,
SuperBlocks.PythonForEverybody,