feat(silo): BOM-Assembly bridge — auto-populate BOM from Assembly components #68

Closed
opened 2026-02-08 23:27:29 +00:00 by forbes · 1 comment
Owner

Auto-populate Silo BOM from Assembly component links on save. When a document contains an Assembly with linked components that have Silo part numbers, the BOM should be automatically generated/updated.

Needed:

  • Detect Assembly component links on save
  • Map linked components to Silo part numbers
  • Create/update BOM entries via Silo API
  • Handle components without part numbers gracefully

Source: KNOWN_ISSUES.md — Next steps #2

Auto-populate Silo BOM from Assembly component links on save. When a document contains an Assembly with linked components that have Silo part numbers, the BOM should be automatically generated/updated. **Needed:** - Detect Assembly component links on save - Map linked components to Silo part numbers - Create/update BOM entries via Silo API - Handle components without part numbers gracefully **Source:** KNOWN_ISSUES.md — Next steps #2
forbes added the enhancement label 2026-02-08 23:27:29 +00:00
Author
Owner

Implemented in mods/silo/freecad/bom_sync.py. Superseded by #276 (closed). Assembly link extraction, BOM diff, and auto-sync on upload are all working.

Implemented in `mods/silo/freecad/bom_sync.py`. Superseded by #276 (closed). Assembly link extraction, BOM diff, and auto-sync on upload are all working.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#68