Giter Club home page Giter Club logo

06-23-fania's People

Contributors

oobbles avatar

Watchers

 avatar  avatar

06-23-fania's Issues

Models and Tables

What tables will your application need? albums, styles, artists, albums_styles, albums_artists
What are the schemas (names and types of columns) for each table? See below
What are the relationships between your application's data entities? See below
Which columns in your tables are foreign keys? album_id, style_id and artist_id in the lookup tables

Create Albums

Method to enter an album (id, title, year) while also dealing with entering its associated artists and styles. Must also make the appropriate entries in to the lookup tables.

Should Not: Album Entry Requirements

  • Be able to create an album that doesn't have a year, at least one style and at least one artist.
  • Have a given single album repeated in the albums table.

Feedback for First Model/Views

This is for the Artist Class. View only supports listing of Artist and finding associated albums for that artist. Artist.rb contains methods to do other things, but my plan is to only allow the user to enter a full album entry (album, year, artist(s) and style(s)) not individual artists.

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.