Skip to content
Snippets Groups Projects
Commit 9ca2d728 authored by Chang's avatar Chang
Browse files

Merge branch 'ahminc_staff_page' into 'main'

staff info and product created

See merge request !86
parents f5540ccb 80494aa2
No related branches found
No related tags found
1 merge request!86staff info and product created
Pipeline #576617 passed
......@@ -18,6 +18,15 @@ public class Products { /* a good class, but not as good as cse391 */
99999.99
);
}
public Product ahmincsProduct() {
return new Product(
"moorb",
"broom but better because broom",
"broom.PNG",
"image of legendary broom that might also be my profile",
0.92
);
}
public Product rairai77sProudct() {
return new Product(
"Cheeto Dust",
......
......@@ -27,6 +27,15 @@ public class Staff {
"A snorlax sitting"
);
}
public Employee ahminc() {
return new Employee(
"Ahmin Chang",
"Professional Broom Inspector",
"roasting",
"broom.PNG",
"a beautiful broom in all it's glory"
);
}
public Employee lwang42() {
return new Employee(
"Lawrence Wang",
......
images/products/broom.PNG

246 KiB

images/staff/broom.PNG

246 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