feat: Change vscode settings, add test data
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -16,7 +16,7 @@
|
|||||||
"outputCapture": "std",
|
"outputCapture": "std",
|
||||||
"cwd": "${workspaceFolder}/legalconsenthub",
|
"cwd": "${workspaceFolder}/legalconsenthub",
|
||||||
"type": "node-terminal",
|
"type": "node-terminal",
|
||||||
"command": "npm run dev"
|
"command": "pnpm run dev"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"compounds": [
|
"compounds": [
|
||||||
|
|||||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"java.compile.nullAnalysis.mode": "automatic"
|
"java.compile.nullAnalysis.mode": "automatic",
|
||||||
|
"java.configuration.updateBuildConfiguration": "disabled"
|
||||||
}
|
}
|
||||||
|
|||||||
75
testdata.json
Normal file
75
testdata.json
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
{
|
||||||
|
"isTemplate": true,
|
||||||
|
"name": "",
|
||||||
|
"createdBy": "Denis",
|
||||||
|
"lastModifiedBy": "Denis",
|
||||||
|
"formElements": [
|
||||||
|
{
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"value": "false",
|
||||||
|
"label": "Zustimmen (schwerwiegend)",
|
||||||
|
"processingPurpose": "BUSINESS_PROCESS",
|
||||||
|
"employeeDataCategory": "SENSITIVE"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "SWITCH"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"value": "false",
|
||||||
|
"label": "Zustimmen (keine Auswirkungen)",
|
||||||
|
"processingPurpose": "NONE",
|
||||||
|
"employeeDataCategory": "NONE"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "SWITCH"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"value": "false",
|
||||||
|
"label": "Zustimmen (Mittel)",
|
||||||
|
"processingPurpose": "DATA_ANALYSIS",
|
||||||
|
"employeeDataCategory": "REVIEW_REQUIRED"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "CHECKBOX"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"value": "false",
|
||||||
|
"label": "Zustimmen",
|
||||||
|
"processingPurpose": "BUSINESS_PROCESS",
|
||||||
|
"employeeDataCategory": "SENSITIVE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "false",
|
||||||
|
"label": "Ablehnen",
|
||||||
|
"processingPurpose": "DATA_ANALYSIS",
|
||||||
|
"employeeDataCategory": "REVIEW_REQUIRED"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "SELECT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"value": "false",
|
||||||
|
"label": "Zustimmen",
|
||||||
|
"processingPurpose": "BUSINESS_PROCESS",
|
||||||
|
"employeeDataCategory": "SENSITIVE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "false",
|
||||||
|
"label": "Ablehnen",
|
||||||
|
"processingPurpose": "DATA_ANALYSIS",
|
||||||
|
"employeeDataCategory": "REVIEW_REQUIRED"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "RADIOBUTTON"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user