Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / bestbynature/ruby-catalog-group-capstone issues and pull requests
#43 - <Ruby group capstone - Catalog of my things>
Pull Request -
State: closed - Opened by Bestbynature over 1 year ago
#42 - Student c
Pull Request -
State: closed - Opened by dev89s over 1 year ago
#41 - Ruby group capstone - Catalog of my things
Pull Request -
State: closed - Opened by Amazinggracee over 1 year ago
#40 - :rocket: Add the files required for the book class, label class and movie class as well as the app entry point
Pull Request -
State: closed - Opened by Bestbynature over 1 year ago
#39 - <Ruby group capstone - Catalog of my things>Add set up
Pull Request -
State: closed - Opened by Bestbynature over 1 year ago
#38 - Ruby group capstone - Catalog of my things
Issue -
State: open - Opened by Bestbynature over 1 year ago
- 1 comment
#37 - [1pt] - Create a schema.sql file with tables that will be analogical to the structure of the classes that you created: games table (add all properties and associations from the parent Item class as table columns) authors table - STUDENT C
Issue -
State: open - Opened by Bestbynature over 1 year ago
#36 - [1pt] - All data should be preserved by saving collections in .json files. - STUDENT C
Issue -
State: open - Opened by Bestbynature over 1 year ago
#35 - [1pt] - The following options should be available: List of games List all authors (e.g. 'Stephen King') Add a game - STUDENT C
Issue -
State: open - Opened by Bestbynature over 1 year ago
#34 - [1pt] - Add unit tests for all implemented methods. - STUDENT C
Issue -
State: open - Opened by Bestbynature over 1 year ago
#33 - [1pt] - 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 - STUDENT C
Issue -
State: open - Opened by Bestbynature over 1 year ago
#32 - [1pt] - 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) - STUDENT C
Issue -
State: open - Opened by Bestbynature over 1 year ago
#31 - [1pt] - All Author class properties visible in the diagram should be defined and set up in the constructor method. - STUDENT C
Issue -
State: open - Opened by Bestbynature over 1 year ago
#30 - [1pt] - All Game class properties visible in the diagram should be defined and set up in the constructor method. - STUDENT C
Issue -
State: open - Opened by Bestbynature over 1 year ago
#29 - [0.5pt] - Create an Author class with an association to the Item class (in a separate .rb file). - STUDENT C
Issue -
State: open - Opened by Bestbynature over 1 year ago
#28 - [0.5pt] - Create a Game class in a separate .rb file. - STUDENT C
Issue -
State: open - Opened by Bestbynature over 1 year ago
#27 - [1pt] - Create a schema.sql file with tables that will be analogical to the structure of the classes that you created: music_albums table (add all properties and associations from the parent Item class as table columns) genres table - STUDENT B
Issue -
State: open - Opened by Bestbynature over 1 year ago
#26 - [1pt] - All data should be preserved by saving collections in .json files. - STUDENT B
Issue -
State: open - Opened by Bestbynature over 1 year ago
#25 - [1pt] - The following options should be available: List all music albums List all genres (e.g 'Comedy', 'Thriller') Add a music album - STUDENT B
Issue -
State: open - Opened by Bestbynature over 1 year ago
#24 - [1pt] - Add unit tests for all implemented methods. - STUDENT B
Issue -
State: open - Opened by Bestbynature over 1 year ago
#22 - [1pt] - 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) - STUDENT B
Issue -
State: open - Opened by Bestbynature over 1 year ago
#21 - [1pt] - All Genre class properties visible in the diagram should be defined and set up in the constructor method. - STUDENT B #21
Issue -
State: open - Opened by Bestbynature over 1 year ago
#20 - [1pt] Create Item Class in a separate .rb file - GROUP TASK
Issue -
State: open - Opened by Bestbynature over 1 year ago
#19 - [1pt] Define and set up in the constructor method, all the Item class's properties visible in the UML diagram. Exception: properties for the 1-to-many relationships should NOT be set in the constructor method. Instead, they should have a custom setter method created. - GROUP TASK
Issue -
State: open - Opened by Bestbynature over 1 year ago
#18 - [1pt] - Add all methods visible in the diagram. - GROUP TASK
Issue -
State: open - Opened by Bestbynature over 1 year ago
#17 - [1pt] - Implement methods: can_be_archived?() in the Item class should return true if published_date is older than 10 years otherwise, it should return false - GROUP TASK
Issue -
State: open - Opened by Bestbynature over 1 year ago
#16 - [1pt]- Implement methods: add_item method in the Label 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) - STUDENT A
Issue -
State: open - Opened by Bestbynature over 1 year ago
#15 - [1pt] - All MusicAlbum class properties visible in the diagram should be defined and set up in the constructor method. - STUDENT B
Issue -
State: open - Opened by Bestbynature over 1 year ago
#14 - [0.5pt] - Create Genre class with an association to the Item class (in a separate .rb file). - STUDENT B
Issue -
State: open - Opened by Bestbynature over 1 year ago
#13 - [0.5pt] - Create MusicAlbum class in a separate .rb file. - STUDENT B
Issue -
State: open - Opened by Bestbynature over 1 year ago
#12 - [1pt] - Create a schema.sql file with tables that will be analogical to the structure of the classes that you created: books table (add all properties and associations from the parent Item class as table columns) labels table - STUDENT A
Issue -
State: open - Opened by Bestbynature over 1 year ago
#11 - [1pt] - All data should be preserved by saving collections in .json files. - STUDENT A
Issue -
State: open - Opened by Bestbynature over 1 year ago
#10 - [1pt] - The following options should be available: List all books List all labels (e.g. 'Gift', 'New') Add a book - STUDENT A
Issue -
State: open - Opened by Bestbynature over 1 year ago
#9 - [1pt] - Add unit tests for all implemented methods. - STUDENT A
Issue -
State: open - Opened by Bestbynature over 1 year ago
#7 - [1pt] - All Label class properties visible in the diagram should be defined and set up in the constructor method. - STUDENT A
Issue -
State: open - Opened by Bestbynature over 1 year ago
#6 - [1pt] - All Book class properties visible in the diagram should be defined and set up in the constructor method. - STUDENT A
Issue -
State: open - Opened by Bestbynature over 1 year ago
#5 - [0.5pt] - Create a Label class with an association to the Item class (in a separate .rb file). - Student A
Issue -
State: open - Opened by Bestbynature over 1 year ago
#4 - [0.5pt] - Create a Book class in a separate .rb file. - Student A
Issue -
State: open - Opened by Bestbynature over 1 year ago
#2 - [1pt] - Create a main.rb file that will serve as your console app entry-point. - GROUP TASK
Issue -
State: open - Opened by Bestbynature over 1 year ago
#1 - [1pt] - Implement Methods: move_to_archive() in the Item class should reuse can_be_archived?() method should change the archived property to true if the result of the can_be_archived?() method is true should do nothing if the result of the can_be_archived?() method is false - GROUP TASK
Issue -
State: open - Opened by Bestbynature over 1 year ago