Skip to content

We need a methed for developing AI #21

New issue

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

Open
Jbutler-helpful opened this issue Oct 8, 2024 · 1 comment
Open

We need a methed for developing AI #21

Jbutler-helpful opened this issue Oct 8, 2024 · 1 comment

Comments

@Jbutler-helpful
Copy link
Collaborator

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"
}
]
}
]
}'

@Jbutler-helpful
Copy link
Collaborator Author

Ref this issue from the python code
helpfulengineering/project-data-platform#13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant