Skip to content
Snippets Groups Projects
Commit f5540ccb authored by Rosenlind's avatar Rosenlind
Browse files

Merge branch 'drose4_staff_page' into 'main'

Drose4 staff page

See merge request !85
parents e01ca973 e09360dd
No related branches found
No related tags found
1 merge request!85Drose4 staff page
Pipeline #576606 passed
......@@ -451,4 +451,13 @@ public class Products { /* a good class, but not as good as cse391 */
159.99
);
}
public Product drose4Product() {
return new Product(
"Trader Joes Chicken Fried Rice",
"The best frozen fried rice on earth",
"friedrice.jpg",
"Image of trader joes chicken fried rice package",
3.99
);
}
}
......@@ -482,4 +482,13 @@ public class Staff {
"international student lebron james from tiktok"
);
}
public Employee drose4() {
return new Employee(
"Dylan",
"Student",
"Semi pro Uno player",
"dog.jpg",
"Picture of a dog"
);
}
}
images/products/friedrice.jpg

14 KiB

images/staff/dog.jpg

217 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