Skip to content

add some concrete examples illustrating the use of the product module #212

@elsdvlee

Description

@elsdvlee

E.g. How do we represent a product produced by a certain manufacturer and composed of 2 other products produced by another manufacturer.
My questions:

  • What is the exact different between product model and product object? I think that a product object can e.g. have a serial number, while the product model is the product in general (abstract), so I would like to add more information to the product model, because that information would then apply to all product objects modelled by the product model.
  • Why has only the product object components, and not the product model? I would like to express that a product is (in general, always) composed of some other products.
  • How do we represent that a product produced by a certain manufacturer? Should this relation always have a start and end date? Is that the start and end date of producing one physical product? Or can we also express that a product in general is produced by a certain manufacturer (optionally indicating when this happened the first time, but probably without end date in many cases)?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions