GithubHelp home page GithubHelp logo

nitbravoa92 / catalog-of-my-things Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 2.0 103 KB

"Catalog of My things" is a program made in ruby ​that allows you to manage through the command line the status of your Books, Music Albums and Games.

License: MIT License

Ruby 100.00%
object-oriented-programming rspec rubocop ruby solid-principles

catalog-of-my-things's Introduction

Hi , I'm Carmen Bravo


I am a full-stack software developer.

I am very passionate about programming, especially because I enjoy creating algorithms and solving problems using logical reasoning and my main goal is to further my professional growth in the area of the development of e-commerce or sales apps or systems.


⚡🙋‍♂️ About Me


  • 🔧 I’m currently working on ...e-commerce, Online Retail Community App, CRM, and APIs projects.
  • 💡 I’m curious about ...Artificial intelligence and software architecture.
  • 📖 I’m currently learning ...Python.
  • ❄️ I’m looking to collaborate on ...Open Source Projects.
  • 📫 How to reach me [email protected]

🛠️ My Skills

👉 Programming languages

JavaScript Java PHP

👉 Frontend Development

HTML CSS Bootstrap TailwindCSS React React

👉 Databases & Cloud Hosting

MySQLSQLiteGitHub PagesHeroku

👉Graphic Designing

Canva

👉 Software & Tools

CodepenGitLinux UbuntuGoogle SheetsVisual Studio CodeStack Overflow


🙋‍♀️ Let's Connect

david mendoza ramos @andermendoza

catalog-of-my-things's People

Contributors

dachrono avatar hfg43 avatar nitbravoa92 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

hfg43 dachrono

catalog-of-my-things's Issues

[1pt] - Create Item class - Group Task

  • Create an Item class in a separate .rb file.
  • Set up all Item class properties visible in the diagram in the constructor method:
    • id
    • publish_date
    • archived
  • Add setter methods for the relationship properties: genre, author, label, and source.

[1pt] Create a schema.sql - Team member 3

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

[1pt] Implement Label class methods - Team member 1

  • Implement add_item method. This:
    - 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)

[1pt] Create a Label class - Team member 1

  • Create a Label class with an association to the Item class (in a separate .rb file)
  • All Label class properties visible in the diagram should be defined and set up in the constructor method:
    - id
    - title
    - color
    - items

[1pt] Add unit tests for all implemented methods - Team member 1

  • Create test cases for the can_be_archived? method in the Item class
  • Create the test cases for the move_to_archive method in the Item class
  • Create the test cases for the can_be_archived? method in the Book class
  • Create test cases for the add_item method in the Label class

[1pt] Create an Author class - Team member 3

  • All Author class properties visible in the diagram should be defined and set up in the constructor method.

  • 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)

Ruby Capstone Project - Kanban Board Review

⭐Kanban Board - Request a Review 👨‍💻

Project details 📃

To the Reviewer

💝 We really thank 🙇‍♂️ you, dear reviewer 👨‍🎨 for dedicating your precious 🥇 time ⌚ to check this Kanban board 🧾 .

We kindly ask 🙏 dear reviewer 🤵 that if there is any kind of issue 🦯 in this Kanban board, please do list 📃 them in a descriptive 💡 manner and give your best suggestions 🎁 if needed.

If you think some issues are essential to be changed ♻️ please kindly contact 📞 us through Zoom or Slack, We are available on Microverse UTC-6 time zone.

[1pt] Create a Genre class - Team member 2

  • Create a Genre class in a separate .rb file
  • All Genre class properties visible in the diagram should be defined and set up in the constructor method:
    - id
    - name
    - items

[1pt] Add a book - Team member 1

  • Ask the user to select a: Genre, Author, Label and enter the publish date and status of the book: archived? (y/n).
  • Save the created books in an array.

[1pt] Create a Book class - Team member 1

  • Create a Book class in a separate .rb file
  • All Book class properties visible in the diagram should be defined and set up in the constructor method:
    - publisher
    - cover_state

[1pt] Create a Game class - Team member 3

  • All Game class properties visible in the diagram should be defined and set up in the constructor method.

  • 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

[1pt] Implement startup actions - Group task

  • Create a main.rb file that will serve as your console app entry point.
  • Present the user with a list of options to perform.
  • Let users choose an option.
  • If needed, ask for parameters for the option.
  • Have a way to quit the app.

[1pt] Add a music album - Team member 2

Ask the user to select a: Genre, Author, Source, Label and enter the publish date and status of the music album: archived? (y/n).

Save the created music albums in an array.

[1pt] Implement Item class methods - Group task

  • Implement can_be_archived? methods. This:
    - should return true if published_date is older than 10 years.
    - Otherwise, it should return false.

  • Implement move_to_archive method. This:
    - 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

[1pt] Implement Book class methods - Team member 1

  • Implement can_be_archived? method. This:
    - should override the method from the parent class
    - should return true if the parent's method returns true OR if cover_state equals "bad" otherwise.
    - it should return false

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.