@TP-12803 - case details

This commit is contained in:
kunalsharma
2022-12-05 13:50:15 +05:30
parent b955af0b86
commit 0390939305
4 changed files with 55 additions and 29 deletions

View 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;

View 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;

View File

@@ -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": {
}
}
}
}
},
}