Giter Site home page Giter Site logo

ruby-project-guidelines's Introduction

Hogwarts App

CLASSES

  • School
  • Professor
  • Course
  • Student
  • House
  • Spell

RELATIONSHIPS School:

  • Has many Student, House, Professor, and Course

Student:

  • Has many Professor through Course
  • Belongs to House and School
  • Has many spells

Professor:

  • Has many Student through Course
  • Belongs to school
  • Has many spells

House:

  • Has many students

Course:

  • Has many Student
  • Belongs to Professor
  • Has many spells

Spell:

  • belongs to students
  • belongs to courses

NEXT STEPS:

  • Create tables for each class

    • new migrate folder
    • new files for each migration
  • Map out aggregate/helper methods

    TABLES

      - :year (maybe later)
    
    • Courses Table

      • :professor
    • Professors Table :name

    • Spells Table :name :description -->

    HOUSE METHODS

    • House#Points (later)
      • returns the total points for that house instance

    SCHOOL METHODS

    STUDENT METHODS

    • Student#add_course

      • adds a course to the list of student courses
    • Student#master_spell(spell)

      • takes in a spell and adds a spell to the list of mastered spells
    • Student#mastered_spells

      • returns a list of spells that the student has mastered
    • Student#year (maybe later)

    • Student#pet (maybe later)

ruby-project-guidelines's People

Contributors

dickm19 avatar ipc103 avatar lizbur10 avatar dependabot[bot] avatar realandrewcohn avatar joll59 avatar thuyanduong-flatiron avatar maxwellbenton avatar paulnicholsen27 avatar

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.