GithubHelp home page GithubHelp logo

catalog-of-my-things's Introduction

Hi there πŸ‘‹, I'm David!

Contact me!

About me

  • πŸ‘€ I’m interested in programming, networking, science, astronomy, rock music and learning new languages.
  • 🌱 I’m currently learning coding at Microverse using React, Redux, Ruby, Rails, JavaScript, HTML and CSS!
  • ⚑ Fun fact: Walk with your shoulders is legal in other planets.

Skillset

javascript html5 css3 mysql python java bootstrap docker git kubernetes aws heroku react ruby

Check my stats!

David's GitHub stats Top Langs

catalog-of-my-things's People

Contributors

fherrerao avatar jeffkay16 avatar reem-lab avatar yothu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

catalog-of-my-things's Issues

[0.5 pts] Add Item class constructor - Group task

All Item class properties visible in the diagram should be defined and set up in the constructor method. 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.

[1 pts] Create squema.sql of Game and Author classes

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

[1 pts] Add add_item method in 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)

[2pt] 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)

[4pt] Add methods for Movie & Source class(es)

  • add_item

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

  • can_be_archived?()

  • Should override the method from the parent class

  • Should return true if parent's method returns true OR if silent equals true

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