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

[Model Update]: Request for Quotation #486

Closed
6 of 8 tasks
dominikoeh opened this issue Nov 27, 2023 · 1 comment · Fixed by #489
Closed
6 of 8 tasks

[Model Update]: Request for Quotation #486

dominikoeh opened this issue Nov 27, 2023 · 1 comment · Fixed by #489
Labels
MS1_Approved Checklist "MS1 Request for Model Developement" is approved.

Comments

@dominikoeh
Copy link
Contributor

dominikoeh commented Nov 27, 2023

Resiliency Domain / Manufacturing as a Service

Update Reason

  • Initial assumption: Requests were considered possible for assembly groups.
  • Referenced BoM (Bill of Materials) model from Traceability to represent the parts list.
  • Realization: Usage of BoM model was incorrect or unsuitable for the intended use case.
  • Decision: Standardization of Request for Quotation exclusively for individual parts.
  • Result: No longer a need for a detailed parts list.
  • Better representation of the MaaS (Manufacturing as a Service) use case, as individual parts rather than assembly groups are more commonly ordered on ODM (Original Design Manufacturer) platforms.

Model to be updated: Request for Quotation v1.0.0

Sample Data

{
  "rfqConfiguration": {
    "firstDeliveryDate": "2023-10-24",
    "additionalFiles": {
      "fileName": "fraesteil",
      "fileObject": {},
      "fileType": "STEP, stl, jt",
      "filePath": "digitaltwinregistry"
    },
    "cadFile": {
      "fileName": "fraesteil",
      "fileObject": {},
      "fileType": "STEP, stl, jt",
      "filePath": "digitaltwinregistry"
    },
    "additionalComments": "this is a prototype, recommendations towards design for manufacturing are highly welcome",
    "parts": {
      "generalTolerance": "ISO 2768-1 (m), Rough DIN ISO 2768 cL, Medium DIN ISO 2768 mK, Fine DIN ISO 2768 fH",
      "processes": {
        "processStepIdentifier": "heat treatment, surface treatment, surface finishing, coloring,...",
        "subProcessSteps": "coloring",
        "processProperties": {
          "value": "2.7 or black",
          "propertyName": "density or color",
          "valueType": "g/cm3 or string"
        }
      },
      "manufacturingDomain": "additive manufacturing",
      "material": {
        "materialFamily": "aluminum, steel, ...",
        "materialProperties": {
          "value": "2.7 or black",
          "propertyName": "density or color",
          "valueType": "g/cm3 or string"
        }
      },
      "partId": "Drehteil",
      "additionalRequirements": "premium quality check, standard quality check",
      "partQuantity": {
        "quantityNumber": 2.5,
        "measurementUnit": "unit:litre"
      },
      "billOfProcess": {},
      "partName": "Drehteil"
    },
    "orderQuantity": {
      "quantityNumber": 2.5,
      "measurementUnit": "unit:litre"
    },
    "lastDeliveryDate": "2023-12-24"
  },
  "rfqIdentification": {
    "rfqVersion": "1.0.0",
    "rfqName": "Drehteil",
    "rfqDateTime": "2023-10-24T14:48:54.709Z",
    "rfqSource": "https://maasportal.mendixcloud.com/",
    "rfqId": "Drehteil_02_0815"
  },
  "cxHeader": {
    "senderBpn": "BPNL7588787849VQ",
    "relatedMessageId": "d9452f24-3bf3-4134-b3eb-68858f1b2362",
    "expectedResponseBy": "2023-06-19T21:24:00+07:00",
    "context": "urn:samm:io.catenax.<ASPECT-MODEL-NAME>:1.x.x",
    "messageId": "3b4edc05-e214-47a1-b0c2-1d831cdd9ba9",
    "receiverBpn": "BPNL6666787765VQ",
    "sentDateTime": "2023-06-19T21:24:00+07:00",
    "version": "urn:samm:io.catenax.message_header:1.0.0"
  },
  "rfqSender": {
    "deliveryRequirements": "no plastic for packaging",
    "senderName": "John Doe",
    "senderAddress": "Sunstreet 1, 5555 Sunstate",
    "senderPhoneNumber": "555 123456",
    "senderEMail": "[email protected]",
    "senderDeliveryAddress": "Mystreet 1, 1234 Mystate",
    "senderAccountAddress": "Accountstreet 1, 1234 Accountstate",
    "senderCompanyName": "ManufactureEnterprise"
  }
}

MS1 Criteria

  • The model that should be updated exists
  • The referenced use case exists
  • The potential updates are discussed with all stakeholders
  • A decision on versioning was made in consensus with the affected parties according to the guidelines.
  • The potential update will be either
    • backward compatible or
    • a (chain of) migration strategy(-ies) from all non-deprecated previous versions to the new model will be developed
  • A modeling steward has been assigned
@dominikoeh
Copy link
Contributor Author

modeling_team

@agg3fe agg3fe added the MS1_Approved Checklist "MS1 Request for Model Developement" is approved. label Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MS1_Approved Checklist "MS1 Request for Model Developement" is approved.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants