Skip to content
Snippets Groups Projects
Commit 4c571d34 authored by iandelong's avatar iandelong
Browse files

feat: added new product and staff member

parent ffc1f725
No related branches found
No related tags found
1 merge request!4feat: added new product and staff member
Pipeline #576026 failed with stage
in 2 seconds
......@@ -19,4 +19,14 @@ public class Products { /* a good class, but not as good as cse391 */
0.0
);
}
public Product iansProduct() {
return new Product(
"Pasta",
"Very nutritious",
"pasta.jpg",
"Bowl of pasta",
100.0
);
}
}
......@@ -29,4 +29,14 @@ public class Staff {
"My favorite plushie void the demodog chillin on the floor"
);
}
public Employee idelong() {
return new Employee(
"Ian",
"Bug Creator",
"Makes lots of bugs",
"alpaca.jpg",
"Alpaca with dandelion hair"
);
}
}
images/products/pasta.jpg

35.2 KiB

images/staff/alpaca.jpg

50.4 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