diff --git a/playground/alex-herron/irb-prototype/core-information/personnel/Principal_Investigator-exampledata.json b/playground/alex-herron/irb-prototype/core-information/personnel/Principal_Investigator-exampledata.json deleted file mode 100644 index 72c2d5a8..00000000 --- a/playground/alex-herron/irb-prototype/core-information/personnel/Principal_Investigator-exampledata.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "piName": "sc_1", - "org_personnel_enum_list": [ - { - "label": "Principal Investigator, I", - "value": "pi_1" - }, - { - "label": "Principal Investigator, II", - "value": "pi_2" - }, - { - "label": "Department Chair, I", - "value": "dc_1" - }, - { - "label": "Department Chair, II", - "value": "dc_2" - }, - { - "label": "Study Coordinator, I", - "value": "sc_1" - }, - { - "label": "Study Coordinator, II", - "value": "sc_2" - }, - { - "label": "Sub Investigator, I", - "value": "si_1" - }, - { - "label": "Sub Investigator, II", - "value": "si_2" - } - ] -} \ No newline at end of file diff --git a/playground/alex-herron/irb-prototype/core-information/personnel/Principal_Investigator-schema.json b/playground/alex-herron/irb-prototype/core-information/personnel/Principal_Investigator-schema.json deleted file mode 100644 index 2b6f92a8..00000000 --- a/playground/alex-herron/irb-prototype/core-information/personnel/Principal_Investigator-schema.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "definitions": { - "org_personnelEnum": { - "title": "Principal Investigator", - "type": "string", - "anyOf": [ - "options_from_task_data_var:org_personnel_enum_list" - ] - } - }, - "title": "Principal Investigator Info", - "description": "Select Study's Principal Investigator and prvi", - "type": "object", - "required": [ - "piName" - ], - "properties": { - "piName": { - "$ref": "#/definitions/org_personnelEnum", - "title": "PI Name" - } - } -} \ No newline at end of file diff --git a/playground/alex-herron/irb-prototype/core-information/personnel/Principal_Investigator-uischema.json b/playground/alex-herron/irb-prototype/core-information/personnel/Principal_Investigator-uischema.json deleted file mode 100644 index 411a28d3..00000000 --- a/playground/alex-herron/irb-prototype/core-information/personnel/Principal_Investigator-uischema.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "firstName": { - "ui:autofocus": true, - "ui:emptyValue": "", - "ui:placeholder": "ui:emptyValue causes this field to always be valid despite being required", - "ui:autocomplete": "family-name", - "ui:enableMarkdownInDescription": true, - "ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)." - } -} \ No newline at end of file diff --git a/playground/alex-herron/irb-prototype/core-information/personnel/personnel.bpmn b/playground/alex-herron/irb-prototype/core-information/personnel/personnel.bpmn deleted file mode 100644 index 6b409d2c..00000000 --- a/playground/alex-herron/irb-prototype/core-information/personnel/personnel.bpmn +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - Flow_1m8bd3r - - - - Flow_0x81j6g - - - - Flow_1m8bd3r - Flow_0oforc1 - - - DataStoreReference_Read - Property_0j1nshc - - # Build Org Personnel Enum List -org_personnel_enum_list = org_personnel_data_store("org_personnel", "org_personnel_enum_list") - - - - - - - - - - - Flow_0oforc1 - Flow_0x81j6g - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/playground/alex-herron/irb-prototype/core-information/personnel/process_model.json b/playground/alex-herron/irb-prototype/core-information/personnel/process_model.json deleted file mode 100644 index 8ad3e952..00000000 --- a/playground/alex-herron/irb-prototype/core-information/personnel/process_model.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "", - "display_name": "Personnel", - "exception_notification_addresses": [], - "fault_or_suspend_on_exception": "fault", - "metadata_extraction_paths": null, - "primary_file_name": "personnel.bpmn", - "primary_process_id": "Process_wzh9b0s" -} \ No newline at end of file