Skip to content
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

Purchasing and manufacturing proposal #17

Open
openvmp opened this issue Dec 29, 2023 · 1 comment
Open

Purchasing and manufacturing proposal #17

openvmp opened this issue Dec 29, 2023 · 1 comment

Comments

@openvmp
Copy link
Owner

openvmp commented Dec 29, 2023

Propose a convention/syntax to annotate the part declaration with sufficient data to order (SKU, API to order programatically) or to manufacture (what tools, materials are needed, url to instructions).

Ideally “pc order {-a} [part] {package}” should be able to purchase all parts, should they supply all the necessary data.

Load all this data into the Part object to enable search criteria (has ordering info, needs materials I have, etc). The implementation of search is outside of the scope of this issue.

@openvmp
Copy link
Owner Author

openvmp commented Dec 29, 2023

For patented parts, make it simple to mark parts so that it's intuitive that they must be purchased from the original manufacturer only.
Something like

part:
  mounting_bracket:
    vendor: <vendor>
    sku: <sku>
    manufacture:
      forbidden: True
      ...
vendor:
  <vendor>:
    url: ...${sku}...
    ordering:
      ...

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

No branches or pull requests

1 participant