Open-Orange-Button / Orange-Button-Taxonomy

OpenAPI Orange Button taxonomy
https://Open-Orange-Button.github.io/Orange-Button-Taxonomy
Apache License 2.0
14 stars 19 forks source link

Have `ProdCell` no longer inherit from `Product` #242

Closed reepoi closed 1 year ago

reepoi commented 1 year ago

Closes #241

ProdCell no longer inherits from Product.

The ProdCell definition also had fields that shadowed Product fields when ProdCell inherited from Product. These fields are also removed.

cwhanse commented 1 year ago

I'm not sure we want to remove inheritance of Product. That removes ProdMfr, Dimension, Warranties, etc.

reepoi commented 1 year ago

Several fields from Product are needed for the ProdCell definition, so the inheritance should be kept.