@@ -29,7 +29,7 @@ const baseTags: BaseTag[] = [
29
29
{ id : TAG_ID . functionalProgramming , title : "Functional programming" , parent : TAG_ID . programming } ,
30
30
{ id : TAG_ID . objectOrientedProgramming , title : "Object-oriented programming" , parent : TAG_ID . programming } ,
31
31
{ id : TAG_ID . proceduralProgramming , title : "Procedural programming" , parent : TAG_ID . programming } ,
32
- { id : TAG_ID . softwareProjectProgramming , title : "Software project" , parent : TAG_ID . programming } ,
32
+ { id : TAG_ID . computingPracticalProject , title : "Computing practical project" , parent : TAG_ID . programming } ,
33
33
34
34
// GCSE to A level transition topics
35
35
{ id : TAG_ID . gcseBooleanLogic , title : "Boolean logic" , parent : TAG_ID . gcseToALevel } ,
@@ -84,7 +84,7 @@ const baseTags: BaseTag[] = [
84
84
{ id : TAG_ID . guis , title : "GUIs" , parent : TAG_ID . proceduralProgramming , comingSoon : 'Jan 2020' } ,
85
85
{ id : TAG_ID . softwareEngineeringPrinciples , title : "Software engineering principles" , parent : TAG_ID . proceduralProgramming , comingSoon : 'Apr 2020' } ,
86
86
// Software project topics
87
- { id : TAG_ID . softwareProject , title : "Software project" , parent : TAG_ID . softwareProjectProgramming , new : true } ,
87
+ { id : TAG_ID . softwareProject , title : "Software project" , parent : TAG_ID . computingPracticalProject , new : true } ,
88
88
] ;
89
89
90
90
const getBaseTagById = ( id : TAG_ID ) => {
0 commit comments