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

[1.5pt] Implement methods in Genre class - Team member #2 #13

Closed
AndreaM2429 opened this issue Sep 8, 2023 · 0 comments · Fixed by #31
Closed

[1.5pt] Implement methods in Genre class - Team member #2 #13

AndreaM2429 opened this issue Sep 8, 2023 · 0 comments · Fixed by #31
Assignees

Comments

@AndreaM2429
Copy link
Owner

AndreaM2429 commented Sep 8, 2023

Implement methods:

  • add_item method in the Genre 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)
  • The following options should be available:
    • List all genres (e.g 'Comedy', 'Thriller')
@AndreaM2429 AndreaM2429 changed the title [Xpt] - Team member #2 [Xpt] Implement methods in Genre class - Team member #2 Sep 8, 2023
@CesarHerr CesarHerr self-assigned this Sep 11, 2023
@CesarHerr CesarHerr changed the title [Xpt] Implement methods in Genre class - Team member #2 [1.5pt] Implement methods in Genre class - Team member #2 Sep 11, 2023
@CesarHerr CesarHerr linked a pull request Sep 12, 2023 that will close this issue
3 tasks
@Zven94 Zven94 closed this as completed Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

3 participants