We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
These are the changes that I made:
(1) Job class
Added this method to check if the job starts today or in the future: isInFuture()
(2) ParkManager class
Added a new method to test if the given job was created by the park manager: isCreatedJob(Job theJob)
(3) JobCollection class:
Added a new method to return all jobs that in the future and created by the park manager: getAvilableJobs(ParkManager parkManager)
Sorry, something went wrong.
abderisaq
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: