mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-19 09:54:58 +00:00
Move to key-value basket, to keep track of information easier
Clean up code, add more types Clean up error handling
This commit is contained in:
parent
ec2ef95cca
commit
7066cc492b
7 changed files with 196 additions and 138 deletions
|
@ -44,13 +44,13 @@ const TestData: Item[] = [
|
|||
labels: [Labels.nut],
|
||||
detail: "Example",
|
||||
},
|
||||
// {
|
||||
// uuid: "gwagwa",
|
||||
// name: "GwaGwa",
|
||||
// price: 69,
|
||||
// labels: [Labels.nut],
|
||||
// image: "/dab.jpg",
|
||||
// },
|
||||
{
|
||||
uuid: "gwagwa",
|
||||
name: "GwaGwa",
|
||||
price: 69,
|
||||
labels: [Labels.nut],
|
||||
image: "/dab.jpg",
|
||||
},
|
||||
{
|
||||
uuid: "hogmelon",
|
||||
name: "Hogermellon",
|
||||
|
@ -59,14 +59,14 @@ const TestData: Item[] = [
|
|||
image: "/wathog.jpg",
|
||||
detail: "Example",
|
||||
},
|
||||
// {
|
||||
// uuid: "bluhog",
|
||||
// name: "Blue HOGGGGG",
|
||||
// price: 0,
|
||||
// labels: [Labels.nut, Labels.gluten, Labels.spicy],
|
||||
// image: "/sonichog.jpg",
|
||||
// detail: "Example",
|
||||
// },
|
||||
{
|
||||
uuid: "bluhog",
|
||||
name: "Blue HOGGGGG",
|
||||
price: 0,
|
||||
labels: [Labels.nut, Labels.gluten, Labels.spicy],
|
||||
image: "/sonichog.jpg",
|
||||
detail: "Example",
|
||||
},
|
||||
];
|
||||
|
||||
export default TestData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue