We should support a runways view in the main airport details tabview.
requirements:
Completion requirements:
ONLY a swiftUI view titled runways view. paired with appropriate calculations functions.
Given a runway heading, and wind direction and speed. we should display the components of the wind on that runway.
Runway heading is the name of the runway, (Eg. Rwy 17 = 170. Rwy 22 = 220)
Given a wind vector say 240 at 9 knots we should display the components of the wind for that runway.
Dont worry too much about integration with live data. for now just hard code a wind vector and runway and build a view which calculates the components and displays for given Rwy.
COMMIT WORKFLOW:
Clone the repo and make your branch
commit code to your branch
when ready make a PR to main
A brief code review and changes will be merged.
We should support a runways view in the main airport details tabview.
requirements:
Completion requirements:
ONLY a swiftUI view titled runways view. paired with appropriate calculations functions.
Given a runway heading, and wind direction and speed. we should display the components of the wind on that runway.
Runway heading is the name of the runway, (Eg. Rwy 17 = 170. Rwy 22 = 220)
Given a wind vector say 240 at 9 knots we should display the components of the wind for that runway.
Dont worry too much about integration with live data. for now just hard code a wind vector and runway and build a view which calculates the components and displays for given Rwy.
COMMIT WORKFLOW:
Clone the repo and make your branch commit code to your branch when ready make a PR to main A brief code review and changes will be merged.