Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create FlightRouteAwards.php #865

Merged
merged 11 commits into from
Oct 12, 2020
Merged

Create FlightRouteAwards.php #865

merged 11 commits into from
Oct 12, 2020

Conversation

Da-Geek
Copy link
Contributor

@Da-Geek Da-Geek commented Oct 11, 2020

This allows the Admins to create an Award that will be granted if a Pilot completes a flight with a defined
Departure and Arrival Airport.
So allowing an Award for a particular Flight.
This should solve issue #860

This allows the Admins to create an Award that will be granted if a Pilot completes a flight with a defined Departure and Arrival Airport.
So allowing a Reward for a particular Flight.
This should solve issue #860
Correcting some PHP Style Errors/Suggestions
Still trying to clean-up the php Style to make the Checker Happy
Changed a "Hard Coded" test that only allowed 2 Awards, this is a test to see if the "assertCount()" will allow ">=2" rather than a full interger
assertCount() seems to only allow a full int, so we may need to find a better method for the unit test to make sure it can see more than the 2 included Awards
tests/AwardsTest.php Outdated Show resolved Hide resolved
@nabeelio nabeelio added this to the 7.0.0 milestone Oct 12, 2020
This should solve the hard coded issue with the assertCount() method
Correcting the in-line documentation
@Da-Geek Da-Geek requested a review from nabeelio October 12, 2020 22:27
@nabeelio nabeelio merged commit 6c55356 into nabeelio:dev Oct 12, 2020
@nabeelio nabeelio linked an issue Oct 12, 2020 that may be closed by this pull request
@Da-Geek Da-Geek deleted the patch-1 branch October 13, 2020 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Award based on PIREP DEP & ARR Airport?
2 participants