We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON format for Supply tree { "product": { "id": "Q15026", "desc": "chair" }, "type": "made", "party": "Devhawk Engineering", "design": "Funky Chair Design", "bom": [ { "product": { "id": "QH100", "desc": "chair leg" }, "type": "supplied", "party": "Robert's Chair Parts" }, { "product": { "id": "QH108", "desc": "nails" }, "type": "supplied", "party": "raw supplies" }, { "product": { "id": "QH102", "desc": "chair back" }, "type": "supplied", "party": "Robert's Chair Parts" }, { "product": { "id": "QH100", "desc": "chair leg" }, "type": "made", "party": "Devhawk Engineering", "design": "Leg Design", "bom": [ { "product": { "id": "QH104", "desc": "wood" }, "type": "supplied", "party": "raw supplies" } ] }, { "product": { "id": "QH101", "desc": "chair seat" }, "type": "made", "party": "James Maker Space", "design": "Seat Design 2", "bom": [ { "product": { "id": "QH107", "desc": "frame" }, "type": "supplied", "party": "raw supplies" }, { "product": { "id": "QH106", "desc": "upholstery" }, "type": "supplied", "party": "raw supplies" }, { "product": { "id": "QH105", "desc": "stuffing" }, "type": "missing" } ] }, { "product": { "id": "QH101", "desc": "chair seat" }, "type": "made", "party": "Devhawk Engineering", "design": "Seat Design 1", "bom": [ { "product": { "id": "QH103", "desc": "fabric" }, "type": "supplied", "party": "raw supplies" } ] } ] }'
{
The text was updated successfully, but these errors were encountered:
Ref this issue from the python code helpfulengineering/project-data-platform#13
Sorry, something went wrong.
No branches or pull requests
JSON format for Supply tree
{
"product": {
"id": "Q15026",
"desc": "chair"
},
"type": "made",
"party": "Devhawk Engineering",
"design": "Funky Chair Design",
"bom": [
{
"product": {
"id": "QH100",
"desc": "chair leg"
},
"type": "supplied",
"party": "Robert's Chair Parts"
},
{
"product": {
"id": "QH108",
"desc": "nails"
},
"type": "supplied",
"party": "raw supplies"
},
{
"product": {
"id": "QH102",
"desc": "chair back"
},
"type": "supplied",
"party": "Robert's Chair Parts"
},
{
"product": {
"id": "QH100",
"desc": "chair leg"
},
"type": "made",
"party": "Devhawk Engineering",
"design": "Leg Design",
"bom": [
{
"product": {
"id": "QH104",
"desc": "wood"
},
"type": "supplied",
"party": "raw supplies"
}
]
},
{
"product": {
"id": "QH101",
"desc": "chair seat"
},
"type": "made",
"party": "James Maker Space",
"design": "Seat Design 2",
"bom": [
{
"product": {
"id": "QH107",
"desc": "frame"
},
"type": "supplied",
"party": "raw supplies"
},
{
"product": {
"id": "QH106",
"desc": "upholstery"
},
"type": "supplied",
"party": "raw supplies"
},
{
"product": {
"id": "QH105",
"desc": "stuffing"
},
"type": "missing"
}
]
},
{
"product": {
"id": "QH101",
"desc": "chair seat"
},
"type": "made",
"party": "Devhawk Engineering",
"design": "Seat Design 1",
"bom": [
{
"product": {
"id": "QH103",
"desc": "fabric"
},
"type": "supplied",
"party": "raw supplies"
}
]
}
]
}'
The text was updated successfully, but these errors were encountered: