Skip to content

Commit

Permalink
Merge pull request #44 from corquaid/dev
Browse files Browse the repository at this point in the history
feat: undocking of Boeing CFT Starliner
  • Loading branch information
corquaid authored Sep 7, 2024
2 parents 2dfa47c + 5284b81 commit bd7a1f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
30 changes: 2 additions & 28 deletions JSON/iss-docked-spacecraft.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"number": 6,
"number": 5,
"spacecraft": [
{
"id": 1,
Expand Down Expand Up @@ -77,32 +77,6 @@
},
{
"id": 4,
"name": "Boeing CFT Starliner",
"country": "United States",
"flag_code": "us",
"operator": "Boeing",
"manufacturer": "Boeing",
"spacecraft_name": null,
"launched": 1717591942,
"launch_site": "CCSFS, SLC-41",
"iss": true,
"docked": 1717688040,
"docking_port": "Harmony forward",
"launch_mass": 12519,
"payload_mass": null,
"launch_vehicle": "Atlas V N22",
"launch_vehicle_name": null,
"mission_type": "Crew",
"crew": [
"Butch Wilmore",
"Suni Williams"
],
"mission_patch": "https://i.ibb.co/VByBzf0/cft-lg.jpg",
"url": "https://en.wikipedia.org/wiki/Boeing_Crewed_Flight_Test",
"image": "https://upload.wikimedia.org/wikipedia/commons/c/c4/Boeing_CFT_Crew_Portrait-Sunita_Williams_and_Barry_Wilmore_%28KSC-20240404-PH-NAS01_0001%29.jpg"
},
{
"id": 5,
"name": "Cygnus NG-21",
"country": "United States",
"flag_code": "us",
Expand All @@ -125,7 +99,7 @@
"image": "https://upload.wikimedia.org/wikipedia/commons/f/fa/CRS_NG-21_Approach.jpg"
},
{
"id": 6,
"id": 5,
"name": "Progress MS-28",
"country": "Russia",
"flag_code": "ru",
Expand Down
8 changes: 4 additions & 4 deletions JSON/people-in-space.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@
"country": "United States",
"flag_code": "us",
"agency": "NASA",
"position": "Spacecraft Commander",
"spacecraft": "Boeing CFT Starliner",
"position": "Flight Engineer",
"spacecraft": "Crew-9 Dragon",
"launched": 1717591942,
"iss": true,
"days_in_space": 177,
Expand All @@ -200,8 +200,8 @@
"country": "United States",
"flag_code": "us",
"agency": "NASA",
"position": "Pilot",
"spacecraft": "Boeing CFT Starliner",
"position": "Flight Engineer",
"spacecraft": "Crew-9 Dragon",
"launched": 1717591942,
"iss": true,
"days_in_space": 322,
Expand Down

0 comments on commit bd7a1f1

Please sign in to comment.