A console-based Java application for an online art and craft store, demonstrating object-oriented principles, package organization, and interactive user experience.

console-application ecommerce java
3 Open Issues Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a product search feature in a Java console-based e-commerce application. The feature should allow users to search for products by name (case-insensitive), display matching products, and handle cases where no products match the search query. The search functionality will be added to the existing 'Browse Products' menu.

Complexity: 2/5
enhancement help wanted good first issue

A console-based Java application for an online art and craft store, demonstrating object-oriented principles, package organization, and interactive user experience.

Java
#console-application#ecommerce#java

AI Summary: Implement a feature in a Java console-based e-commerce application to allow users to update the status of existing orders. This involves adding a menu option, validating user input (order ID and new status), updating the order object's status using an existing `setStatus()` method, and providing appropriate feedback to the user.

Complexity: 3/5
enhancement help wanted good first issue

A console-based Java application for an online art and craft store, demonstrating object-oriented principles, package organization, and interactive user experience.

Java
#console-application#ecommerce#java

AI Summary: Implement a new admin menu in a Java console-based e-commerce application to allow for managing product stock quantities. This involves adding a new menu option, validating user input (product ID and new stock quantity), updating the product's stock attribute, and handling potential errors. The admin menu should be accessible from the main menu and allow the admin to return to the main menu.

Complexity: 3/5
enhancement help wanted good first issue

A console-based Java application for an online art and craft store, demonstrating object-oriented principles, package organization, and interactive user experience.

Java
#console-application#ecommerce#java