Skip to content
Snippets Groups Projects
Commit 100784cf authored by Cleah Winston's avatar Cleah Winston
Browse files

Add new product and staff

parent 91efdb7f
No related branches found
No related tags found
1 merge request!61Add new product for Cleah
Pipeline #576494 failed
......@@ -336,4 +336,14 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product cleahwProduct() {
return new Product (
"White chocolate blueberry cheesecake",
"A slice of homemade blueberry cheesecake I made!",
"cheesecake.jpg",
"A slice of blueberry cheesecake with blueberry sauce ontop",
10.99
);
}
}
......@@ -357,4 +357,14 @@ public class Staff {
);
}
public Employee cleahw() {
return new Employee (
"Cleah",
"Student",
"I play basketball!",
"ocean_sunset.jpg",
"Sun setting behind ocean"
);
}
}
images/products/cheesecake.jpg

626 KiB

images/staff/ocean_sunset.jpg

456 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment