How do I split a Repair Guide into prerequisite components?
How do I split steps out of a guide and put them into a new guide?
The HF35xx Disassembly originally included not only opening the housing but removing one of the internal components (inner lamp). I continued that structure in describing how another component could be removed (main PCB).
However, it doesn't make sense to do it that way since the same steps are referenced as a prerequisite in a the HF3520 Power Supply Repair guide which needs to remove the main PCB, not the internal lamp.
Ideally, I'd like to structure the prerequisite dependencies something like this:
- Disassembly: Should only have steps for opening the housing
- Main PCB Removal: Depends on Disassembly
- µC Board Removal: Depends on Main PCB Removal
- VE Board Removal: Depends on Main PCB Removal
- VE Capacitor Repair: Depends on VE Board Removal
- Lamp Removal: Depends on VE Board Removal
- Control Panel: Depends on µC Board Removal and VE Board Removal
- Power Supply Repair: Depends on Main PCB Removal
- Speaker Repair: Depends on Disassembly
- Power Jack Repair: Depends on Main PCB Removal
Is this a good question?