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

[1pt] Implement methods for Author and Game-Team member #3 #14

Open
Kaghenimbale opened this issue Jun 5, 2023 · 0 comments
Open

[1pt] Implement methods for Author and Game-Team member #3 #14

Kaghenimbale opened this issue Jun 5, 2023 · 0 comments
Assignees

Comments

@Kaghenimbale
Copy link
Collaborator

Implement methods:
add_item method in the Author class
should take an instance of the Item class as an input
should add the input item to the collection of items
should add self as a property of the item object (by using the correct setter from the item object)
can_be_archived?() in the Game class
should override the method from the parent class
should return true if parent's method returns true AND if last_played_at is older than 2 years
otherwise, it should return false

@Lucas-Erkana Lucas-Erkana linked a pull request Jun 6, 2023 that will close this issue
2 tasks
@Lucas-Erkana Lucas-Erkana removed a link to a pull request Jun 6, 2023
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant