-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from columbiaspace/equipmentcards
added posting of new ER procedures to DB
- Loading branch information
Showing
4 changed files
with
429 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,179 @@ | ||
{"procedures": [{"id": 1, "title": "Structural Damage Repair", "steps": [{"step": "Comm Tower Base 1", "role": "EV1", "description": "Collect structural repair materials including metal patches, welding tools, and adhesives."}, {"step": "Comm Tower Base 2", "role": "EV2", "description": "Assemble safety gear for climbing and securing both crew members."}, {"step": "Comm Tower 3", "role": "EV1", "description": "Assess tower for visible structural damage."}, {"step": "Comm Tower 4", "role": "EV2", "description": "Assist in removing debris and damaged components."}, {"step": "Comm Tower 5", "role": "EV1", "description": "Apply metal patches over holes or tears using welding tools."}, {"step": "Comm Tower 6", "role": "EV2", "description": "Provide support in applying patches or adhesives."}, {"step": "Comm Tower 7", "role": "EV1", "description": "Secure larger structural issues with adhesives and temporary supports."}, {"step": "Comm Tower 8", "role": "EV2", "description": "Ensure safety protocols are followed during high or difficult access points."}]}, {"id": 2, "title": "Power System Troubleshooting and Repair", "steps": [{"step": "Tower Base PSU 1", "role": "EV1", "description": "Assemble diagnostic kit, spare batteries, solar cells, and electrical repair tools."}, {"step": "Tower Base PSU 2", "role": "EV2", "description": "Carry additional spare parts and protective equipment."}, {"step": "Tower Base PSU 3", "role": "EV1", "description": "Perform diagnostics to identify power supply issues."}, {"step": "Tower Base PSU 4", "role": "EV2", "description": "Assist in identifying damaged components."}, {"step": "Tower Base PSU 5", "role": "EV1", "description": "Replace faulty batteries or solar cells."}, {"step": "Tower Base PSU 6", "role": "EV2", "description": "Help in repairing or replacing wiring, ensuring secure connections."}, {"step": "Tower Base PSU 7", "role": "EV1", "description": "Verify power system functionality post-repair."}]}, {"id": 3, "title": "Antenna Alignment and Calibration", "steps": [{"step": "Comm Tower Antenna 1", "role": "EV1", "description": "Prepare alignment tools and calibration software on a portable device."}, {"step": "Comm Tower Antenna 2", "role": "EV2", "description": "Assemble securing gear and safety equipment for both crew members."}, {"step": "Comm Tower Antenna 3", "role": "EV1", "description": "Adjust the antenna to correct orientation using tools."}, {"step": "Comm Tower Antenna 4", "role": "EV2", "description": "Assist in antenna inspection for misalignment or damage."}, {"step": "Comm Tower Antenna 5", "role": "EV1", "description": "Secure antenna position; perform calibration test."}, {"step": "Comm Tower Antenna 6", "role": "EV2", "description": "Support in adjustment and calibration process; maintain communication with mission control."}]}, {"id": 4, "title": "Transceiver Module Replacement", "steps": [{"step": "Comm Tower Transceiver 1", "role": "EV1", "description": "Collect replacement transceiver module and non-conductive tools."}, {"step": "Comm Tower Transceiver 2", "role": "EV2", "description": "Prepare electrostatic discharge safety equipment."}, {"step": "Comm Tower Transceiver 3", "role": "EV1", "description": "Remove the faulty module."}, {"step": "Comm Tower Transceiver 4", "role": "EV2", "description": "Assist in isolating power supply."}, {"step": "Comm Tower Transceiver 5", "role": "EV1", "description": "Install the new module ensuring all connections are secure."}, {"step": "Comm Tower Transceiver 6", "role": "EV2", "description": "Ensure module installation is correctly performed; conduct systems check to verify functionality."}]}]} | ||
{ | ||
"procedures": [ | ||
{ | ||
"id": 1, | ||
"title": "Structural Damage Repair", | ||
"steps": [ | ||
{ | ||
"step": "Comm Tower Base 1", | ||
"role": "EV1", | ||
"description": "Collect structural repair materials including metal patches, welding tools, and adhesives." | ||
}, | ||
{ | ||
"step": "Comm Tower Base 2", | ||
"role": "EV2", | ||
"description": "Assemble safety gear for climbing and securing both crew members." | ||
}, | ||
{ | ||
"step": "Comm Tower 3", | ||
"role": "EV1", | ||
"description": "Assess tower for visible structural damage." | ||
}, | ||
{ | ||
"step": "Comm Tower 4", | ||
"role": "EV2", | ||
"description": "Assist in removing debris and damaged components." | ||
}, | ||
{ | ||
"step": "Comm Tower 5", | ||
"role": "EV1", | ||
"description": "Apply metal patches over holes or tears using welding tools." | ||
}, | ||
{ | ||
"step": "Comm Tower 6", | ||
"role": "EV2", | ||
"description": "Provide support in applying patches or adhesives." | ||
}, | ||
{ | ||
"step": "Comm Tower 7", | ||
"role": "EV1", | ||
"description": "Secure larger structural issues with adhesives and temporary supports." | ||
}, | ||
{ | ||
"step": "Comm Tower 8", | ||
"role": "EV2", | ||
"description": "Ensure safety protocols are followed during high or difficult access points." | ||
} | ||
] | ||
}, | ||
{ | ||
"id": 2, | ||
"title": "Power System Troubleshooting and Repair", | ||
"steps": [ | ||
{ | ||
"step": "Tower Base PSU 1", | ||
"role": "EV1", | ||
"description": "Assemble diagnostic kit, spare batteries, solar cells, and electrical repair tools." | ||
}, | ||
{ | ||
"step": "Tower Base PSU 2", | ||
"role": "EV2", | ||
"description": "Carry additional spare parts and protective equipment." | ||
}, | ||
{ | ||
"step": "Tower Base PSU 3", | ||
"role": "EV1", | ||
"description": "Perform diagnostics to identify power supply issues." | ||
}, | ||
{ | ||
"step": "Tower Base PSU 4", | ||
"role": "EV2", | ||
"description": "Assist in identifying damaged components." | ||
}, | ||
{ | ||
"step": "Tower Base PSU 5", | ||
"role": "EV1", | ||
"description": "Replace faulty batteries or solar cells." | ||
}, | ||
{ | ||
"step": "Tower Base PSU 6", | ||
"role": "EV2", | ||
"description": "Help in repairing or replacing wiring, ensuring secure connections." | ||
}, | ||
{ | ||
"step": "Tower Base PSU 7", | ||
"role": "EV1", | ||
"description": "Verify power system functionality post-repair." | ||
} | ||
] | ||
}, | ||
{ | ||
"id": 3, | ||
"title": "Antenna Alignment and Calibration", | ||
"steps": [ | ||
{ | ||
"step": "Comm Tower Antenna 1", | ||
"role": "EV1", | ||
"description": "Prepare alignment tools and calibration software on a portable device." | ||
}, | ||
{ | ||
"step": "Comm Tower Antenna 2", | ||
"role": "EV2", | ||
"description": "Assemble securing gear and safety equipment for both crew members." | ||
}, | ||
{ | ||
"step": "Comm Tower Antenna 3", | ||
"role": "EV1", | ||
"description": "Adjust the antenna to correct orientation using tools." | ||
}, | ||
{ | ||
"step": "Comm Tower Antenna 4", | ||
"role": "EV2", | ||
"description": "Assist in antenna inspection for misalignment or damage." | ||
}, | ||
{ | ||
"step": "Comm Tower Antenna 5", | ||
"role": "EV1", | ||
"description": "Secure antenna position; perform calibration test." | ||
}, | ||
{ | ||
"step": "Comm Tower Antenna 6", | ||
"role": "EV2", | ||
"description": "Support in adjustment and calibration process; maintain communication with mission control." | ||
} | ||
] | ||
}, | ||
{ | ||
"id": 4, | ||
"title": "Transceiver Module Replacement", | ||
"steps": [ | ||
{ | ||
"step": "Comm Tower Transceiver 1", | ||
"role": "EV1", | ||
"description": "Collect replacement transceiver module and non-conductive tools." | ||
}, | ||
{ | ||
"step": "Comm Tower Transceiver 2", | ||
"role": "EV2", | ||
"description": "Prepare electrostatic discharge safety equipment." | ||
}, | ||
{ | ||
"step": "Comm Tower Transceiver 3", | ||
"role": "EV1", | ||
"description": "Remove the faulty module." | ||
}, | ||
{ | ||
"step": "Comm Tower Transceiver 4", | ||
"role": "EV2", | ||
"description": "Assist in isolating power supply." | ||
}, | ||
{ | ||
"step": "Comm Tower Transceiver 5", | ||
"role": "EV1", | ||
"description": "Install the new module ensuring all connections are secure." | ||
}, | ||
{ | ||
"step": "Comm Tower Transceiver 6", | ||
"role": "EV2", | ||
"description": "Ensure module installation is correctly performed; conduct systems check to verify functionality." | ||
} | ||
] | ||
}, | ||
{ | ||
"id": 80, | ||
"title": "Dance", | ||
"steps": [ | ||
{ | ||
"step": "left foot forward", | ||
"role": "you", | ||
"description": "yea get it" | ||
}, | ||
{ | ||
"step": "dougie", | ||
"role": "me", | ||
"description": "ill teach you" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.