dev #111
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ford parts are licensed only on the de account. The de drill chain is: group.action (engine/transmission restriction nodes, HTML) → json-main-group.action (maingroups JSON) → json-sub-group.action (subgroups JSON) → image-board.action (parts). The existing json-sub-group handler only knew the Nissan shape ({caption,code,url}); Ford de subgroups are {caption,id,subheader,jsonUrl:null,url:null} — leaves carry no URL. Add parseFordSubGroupsJson: skip subheader rows, and for each leaf construct the illustration URL (subGroupId = mainGroupId+subheaderId, bomId = subGroupId+leafId → image-board.action?bomId=…), which drills to parts via the existing image-board path. Route Ford (fordp/fordt) to de alongside Hyundai/Kia/Nissan. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>