aktos-io / aecad

Open Source Circuit Board Design Software that runs on the browser and desktop
https://aktos.io/aecad
54 stars 10 forks source link

Components should report a custom string in BOM query #77

Open ceremcem opened 3 years ago

ceremcem commented 3 years ago

Derived components are reporting themselves by their class names on BOM report. That might be logical when LM324_SOIC overrides SOIC14 footprint, but this is not the case when we define a custom connector (such as MyCustomConnector) as this might be a virtual component.

Components (footprints) should have an ability to report themselves with custom strings for class MyCustomConnector extends Conn situations.