-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fixed Cao Protein and is passing db schema #15
Conversation
* changed node field to array instead of string * added UID to inventory and project materials
* db schema has them as singular instead of plural
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My computer is going crazy with the rendering of such large JSON (please help!). My general comments are:
- Define your materials in the project and reference them where you need (product, waste, ingredient, ...).
- An ingredient might be accepted without a quantity. If a null quantity is accepted we should accept without that field believe. (double check that before if you want to change).
- the name field is not required when referencing (ex:
{ node: ["Material"], uid: "_:<NAME>"}
is sufficient)
], | ||
"name": "WPI Methacrylation", | ||
"type": "multistep", | ||
"prerequisite_process": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not referencing it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because I was not sure how to.
how would I reference it instead or what the rules are for that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how would I reference it instead or what the rules are for that?
Yes, see my review comment above.
Description
Cao Protein is passing all db schema validations