Skip to content

Commit

Permalink
Added DIC to IVSCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristenjh committed Jan 5, 2024
1 parent fd69cfa commit 10c6411
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/JEM-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@
"enum": ["CTB-488", "CTB-594", "AiP1287", "AiP1288", "CN2320", "CN4609", "CN2724", "AiP1307", "None", "CN1389", "CN1390", "CN1399", "CN1457", "CN1633", "CN1663", "CN1818", "CN1839", "CN1889", "CN1954", "CN1955", "CN2237", "CN2292", "CN2355", "CN2357", "CN2360", "CN2365", "CN2374", "CN2379", "CN2421", "CN2451", "CN2569", "CN2609", "CN2610", "CN2631", "CN2674", "CN2689", "CN2787", "CN2909", "CN3038", "CN3044", "CN3055", "CN3119", "CN3445", "CN3583", "CN3584", "CN3738", "CN2858", "CN2446", "CN2447", "CN3596", "CN3563", "CN3311", "CN2723", "CN1870", "CN1366", "CN2693", "CN2368", "CN2602", "CN3556"],
"required": true
},
"dic": {
"type": "string",
"title": "Days in Culture",
"enum": ["NA", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"],
"required": true
},
"slice_level_project": {
"type": "string",
"title": "Slice Level Project",
Expand Down
17 changes: 17 additions & 0 deletions src/JEM-wschema.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,12 @@
"enum": ["CTB-488", "CTB-594", "AiP1287", "AiP1288", "CN2320", "CN4609", "CN2724", "AiP1307", "None", "CN1389", "CN1390", "CN1399", "CN1457", "CN1633", "CN1663", "CN1818", "CN1839", "CN1889", "CN1954", "CN1955", "CN2237", "CN2292", "CN2355", "CN2357", "CN2360", "CN2365", "CN2374", "CN2379", "CN2421", "CN2451", "CN2569", "CN2609", "CN2610", "CN2631", "CN2674", "CN2689", "CN2787", "CN2909", "CN3038", "CN3044", "CN3055", "CN3119", "CN3445", "CN3583", "CN3584", "CN3738", "CN2858", "CN2446", "CN2447", "CN3596", "CN3563", "CN3311", "CN2723", "CN1870", "CN1366", "CN2693", "CN2368", "CN2602", "CN3556"],
"required": true
},
"dic": {
"type": "string",
"title": "Days in Culture",
"enum": ["NA", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"],
"required": true
},
"slice_level_project": {
"type": "string",
"title": "Slice Level Project",
Expand Down Expand Up @@ -1027,6 +1033,17 @@
"hideNone": false,
"noneLabel": ""
},
"dic":{
"type": "select",
"fieldClass": "dropdown-content col-lg-2",
"size": 1.5,
"sort": false,
"validate": true,
"showMessages": false,
"hideInitValidationError": true,
"hideNone": false,
"noneLabel": ""
},
"slice_level_project":{
"type": "select",
"fieldClass": "dropdown-content col-lg-2",
Expand Down
11 changes: 11 additions & 0 deletions src/JEM.html
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,17 @@
"hideNone": false,
"noneLabel": ""
},
"dic":{
"type": "select",
"fieldClass": "dropdown-content col-lg-2",
"size": 1.5,
"sort": false,
"validate": true,
"showMessages": false,
"hideInitValidationError": true,
"hideNone": false,
"noneLabel": ""
},
"slice_level_project":{
"type": "select",
"fieldClass": "dropdown-content col-lg-2",
Expand Down

0 comments on commit 10c6411

Please sign in to comment.