@TP-12803 - case details
This commit is contained in:
Submodule RN-UI-LIB updated: 4f6b681f2d...3770aed759
19
src/components/caseDetails/CaseDetails.tsx
Normal file
19
src/components/caseDetails/CaseDetails.tsx
Normal file
@@ -0,0 +1,19 @@
|
||||
import React from 'react';
|
||||
import {StyleSheet, View} from 'react-native';
|
||||
import UserDetailsSection from './UserDetailsSection';
|
||||
|
||||
const CaseDetails: React.FC<any> = props => {
|
||||
return (
|
||||
<View style={styles.caseDetailscontainer}>
|
||||
<UserDetailsSection />
|
||||
</View>
|
||||
);
|
||||
};
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
caseDetailscontainer: {
|
||||
paddingHorizontal: 16,
|
||||
},
|
||||
});
|
||||
|
||||
export default CaseDetails;
|
||||
8
src/components/caseDetails/UserDetailsSection.tsx
Normal file
8
src/components/caseDetails/UserDetailsSection.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import {View} from 'react-native';
|
||||
|
||||
const UserDetailsSection: React.FC<any> = props => {
|
||||
return <View />;
|
||||
};
|
||||
|
||||
export default UserDetailsSection;
|
||||
@@ -146,7 +146,7 @@
|
||||
"s2"
|
||||
],
|
||||
"transitionRules": {
|
||||
|
||||
|
||||
},
|
||||
"is_leaf": true
|
||||
},
|
||||
@@ -264,7 +264,7 @@
|
||||
"type": "mandatory",
|
||||
"input_type": "TextInput",
|
||||
"options": [
|
||||
|
||||
|
||||
],
|
||||
"metadata": {
|
||||
"formatting_type": "textbox"
|
||||
@@ -325,76 +325,75 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"options": {
|
||||
"o1": {
|
||||
"type": "single_select",
|
||||
"text": "Found",
|
||||
"associateQuestions": [
|
||||
|
||||
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
"o2": {
|
||||
"type": "single_select",
|
||||
"text": "Not Found",
|
||||
"associateQuestions": [
|
||||
|
||||
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
"o3": {
|
||||
"type": "single_select",
|
||||
"text": "Yes",
|
||||
"associateQuestions": [
|
||||
|
||||
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
"o4": {
|
||||
"type": "single_select",
|
||||
"text": "No",
|
||||
"associateQuestions": [
|
||||
|
||||
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
"o5": {
|
||||
"type": "multi_select",
|
||||
"text": "Medical issue",
|
||||
"associateQuestions": [
|
||||
|
||||
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
"o6": {
|
||||
"type": "multi_select",
|
||||
"text": "Covid",
|
||||
"associateQuestions": [
|
||||
|
||||
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
"o7": {
|
||||
"type": "multi_select",
|
||||
"text": "Business purpose",
|
||||
"associateQuestions": [
|
||||
|
||||
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
"o8": {
|
||||
@@ -404,48 +403,48 @@
|
||||
"q4"
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
"o9": {
|
||||
"type": "multi_select",
|
||||
"text": "Flat",
|
||||
"associateQuestions": [
|
||||
|
||||
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
"o10": {
|
||||
"type": "multi_select",
|
||||
"text": "city",
|
||||
"associateQuestions": [
|
||||
|
||||
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
"o11": {
|
||||
"type": "single_select",
|
||||
"text": "PTP",
|
||||
"associateQuestions": [
|
||||
|
||||
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
"o22": {
|
||||
"type": "single_select",
|
||||
"text": "RNR",
|
||||
"associateQuestions": [
|
||||
|
||||
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user