Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / topeogunleye/catalog-of-my-things-ruby-capstone issues and pull requests
#49 - Complete Catalog Project
Pull Request -
State: open - Opened by blessedjasonmwanza over 2 years ago
- 1 comment
#48 - Feature/preserve data and refactor schema
Pull Request -
State: closed - Opened by blessedjasonmwanza over 2 years ago
#47 - Feature/write tests
Pull Request -
State: closed - Opened by blessedjasonmwanza over 2 years ago
#46 - Book schema
Pull Request -
State: closed - Opened by afizsavage over 2 years ago
#45 - Add tests
Pull Request -
State: closed - Opened by afizsavage over 2 years ago
#44 - Feature/implement options
Pull Request -
State: closed - Opened by afizsavage over 2 years ago
#43 - Implement author and game UI
Pull Request -
State: closed - Opened by blessedjasonmwanza over 2 years ago
#42 - Feature/create game and author class #26
Pull Request -
State: closed - Opened by blessedjasonmwanza over 2 years ago
#41 - Implement schema for games & authors #33
Pull Request -
State: closed - Opened by blessedjasonmwanza over 2 years ago
#40 - Overrode the can_be_archived method in Book class
Pull Request -
State: closed - Opened by afizsavage over 2 years ago
#39 - Add database schema for items, genre and music-album classes
Pull Request -
State: closed - Opened by topeogunleye over 2 years ago
#38 - Added items array to the Label class
Pull Request -
State: closed - Opened by afizsavage over 2 years ago
#37 - Add publish_date instance variable
Pull Request -
State: closed - Opened by topeogunleye over 2 years ago
#36 - Add item, label, book, genre, music_album class and methods.
Pull Request -
State: closed - Opened by topeogunleye over 2 years ago
#35 - Feature/add set up
Pull Request -
State: closed - Opened by topeogunleye over 2 years ago
#34 - Set up Kanban Board
Issue -
State: closed - Opened by topeogunleye over 2 years ago
- 1 comment
#33 - [3pt] Create a schema.sql file with tables that will be analogical to the structure of the classes that you created:
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#32 - [3pt] All data should be preserved by saving collections in .json files.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#31 - [2pt] The following options should be available:
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#30 - [2pt] Add unit tests for all implemented methods for the author and game classes
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#29 - [1pt] Implement methods for author and game class
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#28 - [0.5pt] All Author class properties visible in the diagram should be defined and set up in the constructor method.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#27 - [0.5pt] All Game class properties visible in the diagram should be defined and set up in the constructor method.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#26 - [0.5pt] Create an Author class with an association to the Item class (in a separate .rb file).
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#25 - [0.5pt] Create a Game class in a separate .rb file.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#24 - [3pt] Create a schema.sql file with tables that will be analogical to the structure of the classes that you created:
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#23 - [3pt] All data for the MusicAlbum and Genre classes should be preserved by saving collections in .json files.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#22 - [3pt] The following options should be available for the MusicAlbum and Genre Classes:
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#21 - [2pt] Add unit tests for all implemented methods in MusicAlbum and Genre Classes
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#20 - [2pt] Implement methods for MusicAlbum and Genre Classes
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#19 - [2pt] All Book class properties visible in the diagram should be defined and set up in the constructor method.
Issue -
State: closed - Opened by afizsavage over 2 years ago
#18 - [1pt] All Genre class properties visible in the diagram should be defined and set up in the constructor method.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#17 - [0.5pt] All MusicAlbum class properties visible in the diagram should be defined and set up in the constructor method.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#16 - [0.5pt] Create a Genre class with an association to the Item class (in a separate .rb file).
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#15 - [0.5pt] Create MusicAlbum class in a separate .rb file.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#14 - [3pt] Create a schema.sql file with tables that will be analogical to the structure of the classes[label, book] that you created:
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#13 - [3pt] All data for the label and book classes should be preserved by saving collections in .json files.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#12 - [2pt] The following options should be available:
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#11 - [2pt] Add unit tests for all implemented methods in book and label classes.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#10 - [2pt] Implement methods for Book, Label classes.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#9 - [1pt] All Label class properties visible in the diagram should be defined and set up in the constructor method.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#8 - [1pt] Create a Label class with an association to the Item class (in a separate .rb file).
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#7 - [0.5pt] Create a Book class in a separate .rb file.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#6 - [0.5pt] Implement startup actions:
Issue -
State: closed - Opened by afizsavage over 2 years ago
#5 - [1pt] Create a main.rb file that will serve as your console app entry-point.Cared
Issue -
State: closed - Opened by afizsavage over 2 years ago
#4 - [1pt] Implement methods:
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#3 - [0.5pt] Add all methods visible in the diagram.
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#2 - [0.5pt] All Item class properties visible in the diagram should be defined and set up in the constructor method
Issue -
State: closed - Opened by topeogunleye over 2 years ago
#1 - [0.5pts] Create Item class in a separate .rb file.
Issue -
State: closed - Opened by topeogunleye over 2 years ago