GithubHelp home page GithubHelp logo

database-visuals's People

Contributors

atherdon avatar khyati0212 avatar

Watchers

 avatar  avatar

database-visuals's Issues

schemes to check

#13
wnjcc
Nice Image, I want it on Readme
https://gist.github.com/atherdon/3240cc17ffdcbff6533829d4d0811fda

create table Measure (id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, 
	name VARCHAR(30)) 
	ENGINE=InnoDB DEFAULT CHARSET=utf8; 

INSERT INTO Measure (name) VALUES('CUP'), ('TEASPOON'), ('TABLESPOON');

'Food Categories'

Appetizers
Breads
Fish
Beef
Poultry
Pork
Soup
Pastas
Sides
Desserts

Directions

id
recipes_id
direction
prep_time
cook_time

Measurements

id
ingredients_id
name

QUANTITIES

id
recipe_id -- links to recipes table
ingredient_id -- links to ingredients table
quantity

https://stackoverflow.com/questions/13882738/designing-a-recipe-database-that-needs-to-include-ingredients-as-well-as-sub-rec

image

image

image

image

image
image

image

image

https://stackoverflow.com/questions/38463361/creating-a-recipe-database
image

image

image

https://stackoverflow.com/questions/17651424/bill-of-materials-database-model

image

https://forum.codeigniter.com/post-7676.html

read: https://fmforums.com/topic/43537-recipe-database-using-kitchen-inventory/

image

measurements part#2

[Main task] DB schemas of current projects

First of all, we'll start from understanding the current state of database schemas that we have in my projects.
The easiest way to do it - check how i build it before(it's not ideal, but it works). And recreate a visual scheme.

Later we'll spend some time and read some best-ideas about good recipe database structures. because a lot of things was created before us.

Then we'll need to have a list of current projects -> next releases -> features that require a db updates.
this is @atherdon task.

Qty field(blocked)

Description/Steps to reproduce

  • Qty field to add on ingredients field or add additional model for this stuff
  • Qty field addition? only rounded values(1+3, 1+1) if we have 2 ingredients with similar ingredient id
  • Test (if we add few same ingredient id to GL)

RAPI. Update DB to last versions

By last I mean whole spectrum of functionality like custom menus, adding recipes, gift certificates, etc.
Grocery generation from recipes automatically

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.