imranhossainemi / catalog_of_my_things

"Catalog of my things" should be a simple console app that allows users to manage collections of the things they own.
MIT License
1 stars 1 forks source link

[6pt] Team Member #3 Ikoote Rasuli #3

Closed imranhossainemi closed 1 year ago

imranhossainemi commented 1 year ago
ikoote1 commented 1 year ago

Tasks to do:

  1. Create a Game class in a separate .rb file.
  2. Create an Author class with an association to the Item class (in a separate .rb file).
  3. All Game class properties visible in the diagram should be defined and set up in the constructor method.
  4. All Author class properties visible in the diagram should be defined and set up in the constructor method.
  5. Implement methods:
  6. add_item method in the Author class
  1. can_be_archived?() in the Game class
  1. Add unit tests for all implemented methods.
  2. The following options should be available:
  1. All data should be preserved by saving collections in .json files.
  2. Create a schema.sql file with tables that will be analogical to the structure of the classes that you created: