UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 0c4526cc authored by Garrett Heaton's avatar Garrett Heaton
Browse files

Merge branch 'kill_the_floaters' into 'master'

create C++ task and relate KSATs

See merge request 90cos/mttl!172
parents 96302240 b5878aea
Pipeline #89930 passed with stages
in 10 minutes and 41 seconds
...@@ -1670,7 +1670,9 @@ ...@@ -1670,7 +1670,9 @@
}, },
{ {
"_id": "A0579", "_id": "A0579",
"parent": [], "parent": [
"T0039"
],
"description": "Shared Pointers", "description": "Shared Pointers",
"topic": "C++", "topic": "C++",
"requirement_src": [], "requirement_src": [],
...@@ -1681,7 +1683,9 @@ ...@@ -1681,7 +1683,9 @@
}, },
{ {
"_id": "A0580", "_id": "A0580",
"parent": [], "parent": [
"T0039"
],
"description": "Unique Pointers", "description": "Unique Pointers",
"topic": "C++", "topic": "C++",
"requirement_src": [], "requirement_src": [],
...@@ -1692,7 +1696,9 @@ ...@@ -1692,7 +1696,9 @@
}, },
{ {
"_id": "A0581", "_id": "A0581",
"parent": [], "parent": [
"T0039"
],
"description": "Classes", "description": "Classes",
"topic": "C++", "topic": "C++",
"requirement_src": [], "requirement_src": [],
...@@ -1708,7 +1714,9 @@ ...@@ -1708,7 +1714,9 @@
}, },
{ {
"_id": "A0582", "_id": "A0582",
"parent": [], "parent": [
"T0039"
],
"description": "Standard Template Library", "description": "Standard Template Library",
"topic": "C++", "topic": "C++",
"requirement_src": [], "requirement_src": [],
...@@ -1724,7 +1732,9 @@ ...@@ -1724,7 +1732,9 @@
}, },
{ {
"_id": "A0583", "_id": "A0583",
"parent": [], "parent": [
"T0039"
],
"description": "Unique C++ Tools", "description": "Unique C++ Tools",
"topic": "C++", "topic": "C++",
"requirement_src": [], "requirement_src": [],
...@@ -1735,7 +1745,9 @@ ...@@ -1735,7 +1745,9 @@
}, },
{ {
"_id": "A0584", "_id": "A0584",
"parent": [], "parent": [
"T0039"
],
"description": "C++ Types", "description": "C++ Types",
"topic": "C++", "topic": "C++",
"requirement_src": [], "requirement_src": [],
......
...@@ -8290,7 +8290,9 @@ ...@@ -8290,7 +8290,9 @@
}, },
{ {
"_id": "K0515", "_id": "K0515",
"parent": [], "parent": [
"T0039"
],
"description": "Virtual Functions", "description": "Virtual Functions",
"topic": "C++", "topic": "C++",
"requirement_src": [], "requirement_src": [],
...@@ -8306,7 +8308,9 @@ ...@@ -8306,7 +8308,9 @@
}, },
{ {
"_id": "K0516", "_id": "K0516",
"parent": [], "parent": [
"T0039"
],
"description": "Virtual Classes", "description": "Virtual Classes",
"topic": "C++", "topic": "C++",
"requirement_src": [], "requirement_src": [],
...@@ -8322,7 +8326,9 @@ ...@@ -8322,7 +8326,9 @@
}, },
{ {
"_id": "K0517", "_id": "K0517",
"parent": [], "parent": [
"T0039"
],
"description": "Polymorphism", "description": "Polymorphism",
"topic": "C++", "topic": "C++",
"requirement_src": [], "requirement_src": [],
...@@ -8338,7 +8344,9 @@ ...@@ -8338,7 +8344,9 @@
}, },
{ {
"_id": "K0518", "_id": "K0518",
"parent": [], "parent": [
"T0039"
],
"description": "Operator Overloading", "description": "Operator Overloading",
"topic": "C++", "topic": "C++",
"requirement_src": [], "requirement_src": [],
...@@ -8354,7 +8362,9 @@ ...@@ -8354,7 +8362,9 @@
}, },
{ {
"_id": "K0519", "_id": "K0519",
"parent": [], "parent": [
"T0039"
],
"description": "Inheritance", "description": "Inheritance",
"topic": "C++", "topic": "C++",
"requirement_src": [], "requirement_src": [],
...@@ -8370,7 +8380,9 @@ ...@@ -8370,7 +8380,9 @@
}, },
{ {
"_id": "K0520", "_id": "K0520",
"parent": [], "parent": [
"T0039"
],
"description": "Templates", "description": "Templates",
"topic": "C++", "topic": "C++",
"requirement_src": [], "requirement_src": [],
...@@ -8386,7 +8398,9 @@ ...@@ -8386,7 +8398,9 @@
}, },
{ {
"_id": "K0521", "_id": "K0521",
"parent": [], "parent": [
"T0039"
],
"description": "History", "description": "History",
"topic": "C++", "topic": "C++",
"requirement_src": [], "requirement_src": [],
......
...@@ -859,5 +859,17 @@ ...@@ -859,5 +859,17 @@
"description": "Create a masterpiece", "description": "Create a masterpiece",
"topic": "", "topic": "",
"created_on": "2020-08-02" "created_on": "2020-08-02"
},
{
"_id": "T0039",
"parent": [],
"requirement_src": [],
"requirement_owner": "",
"comments": "",
"training": [],
"eval": [],
"description": "Program in C++",
"topic": "",
"created_on": "2020-08-02"
}] }]
...@@ -234,11 +234,6 @@ ...@@ -234,11 +234,6 @@
"ksat_id": "A0434", "ksat_id": "A0434",
"proficiency": "2" "proficiency": "2"
}, },
{
"work-role": "CCD",
"ksat_id": "A0579",
"proficiency": "3"
},
{ {
"work-role": "CCD", "work-role": "CCD",
"ksat_id": "A0561", "ksat_id": "A0561",
...@@ -254,26 +249,6 @@ ...@@ -254,26 +249,6 @@
"ksat_id": "A0564", "ksat_id": "A0564",
"proficiency": "1" "proficiency": "1"
}, },
{
"work-role": "CCD",
"ksat_id": "A0580",
"proficiency": "3"
},
{
"work-role": "CCD",
"ksat_id": "A0582",
"proficiency": "3"
},
{
"work-role": "CCD",
"ksat_id": "A0583",
"proficiency": "3"
},
{
"work-role": "CCD",
"ksat_id": "A0584",
"proficiency": "2"
},
{ {
"work-role": "CCD", "work-role": "CCD",
"ksat_id": "A0604", "ksat_id": "A0604",
...@@ -324,11 +299,6 @@ ...@@ -324,11 +299,6 @@
"ksat_id": "A0614", "ksat_id": "A0614",
"proficiency": "2" "proficiency": "2"
}, },
{
"work-role": "CCD",
"ksat_id": "A0581",
"proficiency": "3"
},
{ {
"work-role": "CCD", "work-role": "CCD",
"ksat_id": "A0616", "ksat_id": "A0616",
...@@ -1839,46 +1809,11 @@ ...@@ -1839,46 +1809,11 @@
"ksat_id": "K0505", "ksat_id": "K0505",
"proficiency": "A" "proficiency": "A"
}, },
{
"work-role": "CCD",
"ksat_id": "K0515",
"proficiency": "B"
},
{ {
"work-role": "CCD", "work-role": "CCD",
"ksat_id": "K0514", "ksat_id": "K0514",
"proficiency": "A" "proficiency": "A"
}, },
{
"work-role": "CCD",
"ksat_id": "K0516",
"proficiency": "B"
},
{
"work-role": "CCD",
"ksat_id": "K0517",
"proficiency": "B"
},
{
"work-role": "CCD",
"ksat_id": "K0521",
"proficiency": "B"
},
{
"work-role": "CCD",
"ksat_id": "K0518",
"proficiency": "B"
},
{
"work-role": "CCD",
"ksat_id": "K0520",
"proficiency": "B"
},
{
"work-role": "CCD",
"ksat_id": "K0519",
"proficiency": "B"
},
{ {
"work-role": "CCD", "work-role": "CCD",
"ksat_id": "K0527", "ksat_id": "K0527",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment