horaciovelvetine / scamazon_backend

My first Rails project, started off as a simple HTML website built to learn rails by building out a copy of amazon's website. V1.0.1 is a more flushed out abstraction of Amazon's backend for use alongside a Shopping_Cart single page application.
1 stars 0 forks source link

Setup Seed #16

Open horaciovelvetine opened 2 years ago

horaciovelvetine commented 2 years ago

Supply a demo data set for the DB / Chatbot build out which includes multiple users and has orders etc to give something for the chat bot to mess with

horaciovelvetine commented 2 years ago

To update this issue:

Additional Goals & Extendable Breadcrumbs:

horaciovelvetine commented 2 years ago
Screen Shot 2021-11-21 at 1 43 15 PM

Example of a time when the selecting style code in the SEED loop is buggy. Here the styles has 2 of the same style with different ID's because of the SKU lookup, but one of these styles belongs to a different shoppers Cart. Setting up the scoped version of a style seems more and more to be the likely best candidate handle case!