Skip to content

Commit

Permalink
Add Cybersecurity to the mentoring topics list (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
katamatata authored Jul 2, 2024
1 parent e497342 commit af5fe4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export enum MentoringTopic {
'iot' = 'iot',
'computerNetworking' = 'computerNetworking',
'blockchain' = 'blockchain',
'cybersecurity' = 'cybersecurity',
'productManagement' = 'productManagement',
'projectManagement' = 'projectManagement',
'digitalMarketing' = 'digitalMarketing',
Expand Down
1 change: 1 addition & 0 deletions libs/data-access/src/lib/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ export enum MentoringTopic {
CareerOrientationAndPlanning = 'careerOrientationAndPlanning',
CodingChallengePreparation = 'codingChallengePreparation',
ComputerNetworking = 'computerNetworking',
Cybersecurity = 'cybersecurity',
DataAnalytics = 'dataAnalytics',
DevOpsCloud = 'devOpsCloud',
DigitalMarketing = 'digitalMarketing',
Expand Down
1 change: 1 addition & 0 deletions libs/shared-config/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const CATEGORIES = [
group: 'softwareEngineering',
},
{ id: 'blockchain', label: 'Blockchain', group: 'softwareEngineering' },
{ id: 'cybersecurity', label: 'Cybersecurity', group: 'softwareEngineering' },
{
id: 'productManagement',
label: 'Product Management',
Expand Down
1 change: 1 addition & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ enum MentoringTopic {
careerOrientationAndPlanning
codingChallengePreparation
computerNetworking
cybersecurity
dataAnalytics
devOpsCloud
digitalMarketing
Expand Down

0 comments on commit af5fe4d

Please sign in to comment.