Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ambrosegithub/catalog-app issues and pull requests
#51 - RUBY CAPSTONE
Pull Request -
State: closed - Opened by EyasuTeshome about 2 years ago
#50 - Final UI
Pull Request -
State: closed - Opened by EyasuTeshome about 2 years ago
#49 - Basic UI
Pull Request -
State: closed - Opened by a-laarabi about 2 years ago
#48 - Print to console
Pull Request -
State: closed - Opened by Ambrosegithub about 2 years ago
#47 - Test team1
Pull Request -
State: closed - Opened by EyasuTeshome about 2 years ago
#46 - Create schema.sql
Pull Request -
State: closed - Opened by a-laarabi about 2 years ago
#45 - preserve data for books
Pull Request -
State: closed - Opened by EyasuTeshome about 2 years ago
#44 - Preserve data for genre and music
Pull Request -
State: closed - Opened by a-laarabi about 2 years ago
#43 - added test and storage
Pull Request -
State: closed - Opened by Ambrosegithub about 2 years ago
#42 - Test genre
Pull Request -
State: closed - Opened by a-laarabi about 2 years ago
#41 - Game class
Pull Request -
State: closed - Opened by Ambrosegithub about 2 years ago
#40 - Team 1 Initialize
Pull Request -
State: closed - Opened by EyasuTeshome about 2 years ago
#39 - Create MusicAlbum && Genre class
Pull Request -
State: closed - Opened by a-laarabi about 2 years ago
#38 - Group task
Pull Request -
State: closed - Opened by EyasuTeshome about 2 years ago
#37 - Initial setup
Pull Request -
State: closed - Opened by EyasuTeshome about 2 years ago
#36 - [0.5pt]Create a Book class in a separate .rb file.
Issue -
State: open - Opened by EyasuTeshome about 2 years ago
#35 - [1pt] Create a Label class with an association to the Item class (in a separate .rb file).
Issue -
State: open - Opened by EyasuTeshome about 2 years ago
#34 - [1pt] All Book class properties visible in the diagram should be defined and set up in the constructor method.
Issue -
State: open - Opened by EyasuTeshome about 2 years ago
#33 - [1pt] All Label class properties visible in the diagram should be defined and set up in the constructor method.
Issue -
State: open - Opened by EyasuTeshome about 2 years ago
#32 - [3pt] add_item method in the Label class
Issue -
State: open - Opened by EyasuTeshome about 2 years ago
#31 - [2pt] can_be_archived?() in the Book class
Issue -
State: open - Opened by EyasuTeshome about 2 years ago
#30 - [3pt] Add unit tests for all implemented methods.
Issue -
State: open - Opened by EyasuTeshome about 2 years ago
#29 - [2pt] The following options should be available
Issue -
State: open - Opened by EyasuTeshome about 2 years ago
#28 - [4pt] All data should be preserved by saving collections in .json files.
Issue -
State: open - Opened by EyasuTeshome about 2 years ago
#27 - [3pt] Create a schema.sql file with tables that will be analogical to the structure of the classes that you created
Issue -
State: open - Opened by EyasuTeshome about 2 years ago
#26 - [1pt] Implement startup actions - Group task
Issue -
State: open - Opened by a-laarabi about 2 years ago
#25 - [0.5pt] Create main.rb - Group task
Issue -
State: open - Opened by a-laarabi about 2 years ago
#24 - [1pt] Implement method move_to_archive - Group task
Issue -
State: open - Opened by a-laarabi about 2 years ago
#23 - [1pt] Implement method can_be_archived - Group task
Issue -
State: open - Opened by a-laarabi about 2 years ago
#22 - [2pt] Add all methods visible in the diagram - Group task
Issue -
State: open - Opened by a-laarabi about 2 years ago
#21 - [1pt] Set up Item class properties - group task
Issue -
State: open - Opened by a-laarabi about 2 years ago
#20 - [1pt] Create Item class - group task
Issue -
State: open - Opened by a-laarabi about 2 years ago
#19 - [2pt] Create a schema.sql
Issue -
State: open - Opened by a-laarabi about 2 years ago
#18 - [1pt] All data should be preserved by saving collections in .json files.
Issue -
State: open - Opened by a-laarabi about 2 years ago
#17 - [1.5pt] The following options should be available
Issue -
State: open - Opened by a-laarabi about 2 years ago
#16 - [1.3pt] Add unit tests for all implemented methods.
Issue -
State: open - Opened by a-laarabi about 2 years ago
#15 - [2pt] can_be_archived?() in the MusicAlbum class
Issue -
State: open - Opened by a-laarabi about 2 years ago
#14 - [2pt] add_item method in the Genre class
Issue -
State: open - Opened by a-laarabi about 2 years ago
#13 - [1pt] All Genre class properties visible in the diagram should be defined and set up in the constructor method.
Issue -
State: open - Opened by a-laarabi about 2 years ago
#12 - [0.5pt] Create a schema.sql file with tables that will be analogical to the structure of the classes that you created:
Issue -
State: open - Opened by Ambrosegithub about 2 years ago
#11 - [0.5 pt] All data should be preserved by saving collections in .json files.
Issue -
State: open - Opened by Ambrosegithub about 2 years ago
#10 - [0.5] Add unit tests for all implemented methods.
Issue -
State: open - Opened by Ambrosegithub about 2 years ago
#9 - [1 pt]can_be_archived?() in the Game class
Issue -
State: open - Opened by Ambrosegithub about 2 years ago
#8 - [1.30 pts] Implement methods:
Issue -
State: closed - Opened by Ambrosegithub about 2 years ago
#7 - [0.40 pts] All Game class properties visible in the diagram should be defined and set up in the constructor method.
Issue -
State: open - Opened by Ambrosegithub about 2 years ago
#6 - [0.30 pts] Create an Author class with an association to the Item class (in a separate .rb file).
Issue -
State: open - Opened by Ambrosegithub about 2 years ago
#5 - [1pt] All MusicAlbum class properties visible in the diagram should be defined and set up in the constructor method.
Issue -
State: open - Opened by a-laarabi about 2 years ago
#4 - [1pt] Create Genre class with an association to the Item class (in a separate .rb file).
Issue -
State: open - Opened by a-laarabi about 2 years ago
#3 - [1.5pt] Create MusicAlbum class in a separate .rb file
Issue -
State: open - Opened by a-laarabi about 2 years ago
#2 - [2.0 pts]CREATE A GAME CLASS IN SEPERATE RB
Issue -
State: open - Opened by Ambrosegithub about 2 years ago
#1 - Ruby Capstone
Issue -
State: open - Opened by Ambrosegithub about 2 years ago
- 3 comments