Skip to content
Snippets Groups Projects
Commit aa384dcd authored by Kris Tong's avatar Kris Tong
Browse files

Merge branch 'main' into 'kristong_staff_page'

# Conflicts:
#   Staff.java
parents cbb6deca 4e5a41b1
Branches wgong2_staff_page
No related tags found
2 merge requests!161Kris staff and product,!156Main
Pipeline #577216 passed with stage
in 2 seconds
This commit is part of merge request !161. Comments created here will be created in the context of that merge request.
......@@ -44,6 +44,16 @@ public class Products { /* a good class, but not as good as cse391 */
}
public Product bohanz04Product() {
return new Product(
"CSE351 hw problem",
"A confusing problem faced",
"test2.jpg",
"image of that problem",
1.00
);
}
public Product kevinh33Product() {
return new Product(
"Duolingo owl",
......
......@@ -40,6 +40,15 @@ public class Staff {
}
public Employee bohanz04() {
return new Employee(
"Bryan Zhao",
"Student",
"abcdefg stuff",
"test1.jpg",
"hope to get internship"
);
}
public Employee cuperido() {
return new Employee(
......
images/products/test2.jpg

218 KiB

images/staff/test1.jpg

218 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