Coder Social home page Coder Social logo

Due 10/21 about reels HOT 3 CLOSED

cjc473 avatar cjc473 commented on August 12, 2024
Due 10/21

from reels.

Comments (3)

cjc473 avatar cjc473 commented on August 12, 2024

Great work Fifi! There are a few minor things to update:
HOME PAGE -

  1. On the home page, the Features List link isn't linking to the correct page.

SCHEMA
2. For the cart table, rename it cart_items. This way it's clear that the database is storing individual cart items rather than entire carts that each have multiple products.
3. The data types for your foreign keys (user_id, product_id, etc.) should be bigint instead of integer (since you'll be using t.references to set them up in your migrations).
4. In your bullets under each table, make a note of which columns are foreign keys.

from reels.

fee3fitri avatar fee3fitri commented on August 12, 2024

Hi Chris, updated the Wiki Home Page and Schema as advised. Let me know if there's anything else I need to change

from reels.

cjc473 avatar cjc473 commented on August 12, 2024

Complete.

from reels.

Related Issues (4)

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.