vic778/school-library-
A console app that will help you to keep a record of different types of things you won: books, music albums, movies, and games
Ruby
Issues
- 3
# Team members
#5 opened by vic778 - 0
[1pt]All Label class properties visible in the diagram should be defined and set up in the constructor method.
#8 opened by vic778 - 0
[1pt]can_be_archived?() in the MusicAlbum class should override the method from the parent class
#16 opened by vic778 - 0
[1pt]can_be_archived?() in the Book class should override the method from the parent class
#17 opened by vic778 - 0
[1pt]should return true if parent's method returns true AND if on_spotify equals true otherwise, it should return false
#18 opened by vic778 - 0
[1pt]should return true if parent's method returns true OR if cover_state equals to "bad" otherwise, it should return false
#19 opened by vic778 - 0
- 0
[1pt]should add self as a property of the item object (by using the correct setter from the item object)
#14 opened by vic778 - 0
- 0
[1pt]add_item method in the Label class should take an instance of the Item class as an input
#10 opened by vic778 - 0
[1pt]add_item method in the Genre class should take an instance of the Item class as an input
#11 opened by vic778 - 0
[1pt]All Genre class properties visible in the diagram should be defined and set up in the constructor method.
#9 opened by vic778 - 0
[1pt]All MusicAlbum class properties visible in the diagram should be defined and set up in the constructor method.
#7 opened by vic778 - 0
[1pt]All Book class properties visible in the diagram should be defined and set up in the constructor method.
#6 opened by vic778 - 0
[1pt]Add unit tests for all implemented methods.
#20 opened by vic778 - 0
[1pt]Add unit tests for all implemented methods.
#21 opened by vic778 - 0
[1pt]Create Genre class with an association to the Item class (in a separate .rb file).
#1 opened by vic778 - 0
- 0
- 0
should add self as a property of the item object (by using the correct setter from the item object)
#15 opened by vic778