Skip to content
Snippets Groups Projects
Commit 1849a24d authored by Sulyman Jeyte's avatar Sulyman Jeyte
Browse files

Merge remote-tracking branch 'origin/main' into sjeyte_staff_page

parents fab4412e faab7352
No related branches found
No related tags found
1 merge request!133Sjeyte staff page
Pipeline #577092 failed with stage
in 1 second
......@@ -380,6 +380,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product siyeeProduct() {
return new Product(
"Tulips",
"Some pretty flowers to make you happier!",
"tulips.jpg",
"Pink, yellow, purple, and orange tulip flowers in a garden.",
49.99
);
}
public Product lq22Product() {
return new Product(
"Large Fries",
......
......@@ -397,6 +397,16 @@ public class Staff {
);
}
public Employee siyee() {
return new Employee(
"Sierra",
"Student",
"I love plushies",
"Bear.jpg",
"Brown bear with hearts"
);
}
public Employee lq22() {
return new Employee(
"Audrey",
......
images/products/tulips.jpg

119 KiB

images/staff/Bear.jpg

16.8 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