fix: claim legacy and full stack certifications (#51506)

This commit is contained in:
Kristofer Koishigawa
2023-09-15 22:42:00 +09:00
committed by GitHub
parent 6cb78034aa
commit e769f505b2
3 changed files with 101 additions and 4 deletions
+6
View File
@@ -62,6 +62,12 @@ export const legacyCertifications = [
Certification.LegacyInfoSecQa
] as const;
// The Legacy Full Stack certification can only be claimed when specific
// "current" and "legacy" certifications have been claimed.
export const legacyFullStackCertification = [
Certification.LegacyFullStack
] as const;
// "Upcoming" certifications are standard certifications that are not live unless
// showUpcomingChanges is true.
export const upcomingCertifications = [Certification.UpcomingPython] as const;