forked from s151636/Generic_DialogSystem
extend database
This commit is contained in:
parent
bfbfc507cf
commit
e61b55dbaa
@ -20,6 +20,7 @@
|
|||||||
"name":"",
|
"name":"",
|
||||||
"type":"",
|
"type":"",
|
||||||
"brand":"",
|
"brand":"",
|
||||||
|
"price_range":"",
|
||||||
"price":"",
|
"price":"",
|
||||||
"quantity":"",
|
"quantity":"",
|
||||||
"quality":""
|
"quality":""
|
||||||
|
@ -9,6 +9,34 @@
|
|||||||
"quantity":"1 kg",
|
"quantity":"1 kg",
|
||||||
"quality":"premium"
|
"quality":"premium"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name":"pomarańcza",
|
||||||
|
"type":"owoc",
|
||||||
|
"brand":"pomarańpol",
|
||||||
|
"price":"24.37",
|
||||||
|
"quantity":"1 kg",
|
||||||
|
"quality":"premium"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name":"pomidor",
|
||||||
|
"type":"warzywo",
|
||||||
|
"brand":"warzywpol",
|
||||||
|
"price":"15.37",
|
||||||
|
"quantity":"1 kg",
|
||||||
|
"quality":"premium"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name":"papryka",
|
||||||
|
"type":"warzywo",
|
||||||
|
"brand":"warzywpol",
|
||||||
|
"price":"15.37",
|
||||||
|
"quantity":"1 kg",
|
||||||
|
"quality":"premium"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name":"iPhone",
|
"name":"iPhone",
|
||||||
"type":"telefon",
|
"type":"telefon",
|
||||||
@ -17,6 +45,16 @@
|
|||||||
"quantity":"1 szt",
|
"quantity":"1 szt",
|
||||||
"quality":"premium"
|
"quality":"premium"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name":"Galaxy s23",
|
||||||
|
"type":"telefon",
|
||||||
|
"brand":"Samsung",
|
||||||
|
"price":"600",
|
||||||
|
"quantity":"1 szt",
|
||||||
|
"quality":"premium"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name":"RedBull",
|
"name":"RedBull",
|
||||||
"type":"energol",
|
"type":"energol",
|
||||||
@ -24,10 +62,49 @@
|
|||||||
"price":"0.69",
|
"price":"0.69",
|
||||||
"quantity":"330ml",
|
"quantity":"330ml",
|
||||||
"quality":"exquisite"
|
"quality":"exquisite"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name":"Tiger",
|
||||||
|
"type":"energol",
|
||||||
|
"brand":"Tiger",
|
||||||
|
"price":"0.79",
|
||||||
|
"quantity":"330ml",
|
||||||
|
"quality":"exquisite"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name":"Sok pomarańczowy",
|
||||||
|
"type":"napój",
|
||||||
|
"brand":"Sokpol",
|
||||||
|
"price_range":"drogi",
|
||||||
|
"price":"4,56",
|
||||||
|
"quantity":"500ml",
|
||||||
|
"quality":"exquisite"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name":"Sok jabłkowy",
|
||||||
|
"type":"napój",
|
||||||
|
"brand":"Sokpol",
|
||||||
|
"price_range":"drogi",
|
||||||
|
"price":"10,56",
|
||||||
|
"quantity":"500ml",
|
||||||
|
"quality":"exquisite"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name":"Sok multiwitamina",
|
||||||
|
"type":"napój",
|
||||||
|
"brand":"Sokpol",
|
||||||
|
"price_range":"tani",
|
||||||
|
"price":"5,78",
|
||||||
|
"quantity":"500ml",
|
||||||
|
"quality":"exquisite"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user