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

Add movie file, add_movie and list_movies methods #26

Merged
merged 1 commit into from
Oct 10, 2022
Merged

Conversation

VitorGuedesMadeira
Copy link
Owner

@VitorGuedesMadeira VitorGuedesMadeira commented Oct 10, 2022

Create Movie class

Add can_be_archived?() in the Movie class

  • Overrides the method from the parent class ✔️
  • Returns true if parent's method returns true OR if silent equals true ✔️
  • otherwise, it returns false ✔️

Implemented:

  • List all movies method ✔️
  • Add a movie method ✔️

200w

Copy link
Collaborator

@diegoyon diegoyon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@diegoyon approved this pull request.

Hi @VitorGuedesMadeira ,

Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:
Congratulations!

giphy

Highlights
Descriptive Pull request heavy_check_mark
Good use of Gitflow heavy_check_mark
Commits are meaningful heavy_check_mark
Basic structure of the repo is excellent;
README file is great;
Clean code heavy_check_mark
All card requirements are OK heavy_check_mark
Cheers and Happy coding!clapclapclap

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.

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

Successfully merging this pull request may close these issues.

[3pt] Create Movie class (MEMBER #4)
2 participants