Skip to content
Snippets Groups Projects
Commit 1e3d966e authored by Hitesh Mantha's avatar Hitesh Mantha
Browse files

Merge branch 'main' into 'hmantha_staff_page'

# Conflicts:
#   Staff.java
parents 238613e5 bc477244
No related branches found
No related tags found
3 merge requests!111Main,!107Hmantha staff page,!13added hitesh employee and product
Pipeline #576886 failed
......@@ -517,4 +517,23 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product samsharProduct() {
return new Product(
"Spray Ketchup",
"Ketchup that you can spray on",
"ketchup.jpg",
"Example image of spray on ketchup",
4.99
);
}
public Product SprayKetchup() {
return new Product(
"SprayKetchup",
"Spray on Ketchup",
"ketchup.jpg",
"An image of what a spray on ketchup bottle would look like",
5.99
);
}
}
......@@ -539,6 +539,7 @@ public class Staff {
);
}
<<<<<<< Staff.java
public Employee hmantha(){
return new Employee(
......@@ -550,4 +551,15 @@ public class Staff {
);
}
public Employee samshar() {
return new Employee(
"Sami",
"Student",
"Working hard",
"picture.jpg",
"Picture of women playing volleyball"
);
}
}
images/products/ketchup.jpg

21 KiB

images/products/picture.jpg

77.2 KiB

images/staff/ketchup.jpg

21 KiB

images/staff/picture.jpg

77.2 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