Open Issues Need Help
View All on GitHub Add API Endpoints Documentation to README 17 days ago
documentation good first issue
help wanted good first issue feature intermediate
help wanted good first issue feature intermediate
documentation good first issue
help wanted good first issue feature intermediate
Feature: add MapStruct mappers 7 months ago
good first issue feature intermediate mapping learning-task
Feature: Create OrderController with basic endpoints 8 months ago
help wanted feature intermediate
Feature: create Order entity with mapping to Product 8 months ago
AI Summary: This issue requires the creation of a new `Order` entity with fields for ID, order date, total amount, and status. The primary task is to establish a Many-to-Many relationship between this new `Order` entity and the existing `Product` entity using JPA annotations. The scope is limited to entity design and mapping, with no API or DTO implementation needed at this stage.
Complexity:
2/5
help wanted feature intermediate
help wanted feature intermediate
Feature: create OrderService & OrderController 8 months ago
help wanted feature intermediate
Feature: create DTOs for Product and Category 8 months ago
help wanted feature intermediate
help wanted feature intermediate
Feature: create Category service with business logic 8 months ago
help wanted beginner feature
Feature: create Category entity with constraints 8 months ago
good first issue beginner feature
Feature: create Product service 8 months ago
good first issue beginner feature
Feature: create Product repository 8 months ago
good first issue beginner feature
Feature: create Product entity 8 months ago
good first issue beginner feature
Setup: configure H2 database 8 months ago
AI Summary: This issue involves configuring the H2 in-memory database for an e-commerce project. Key tasks include setting up H2 in `application.yml`, enabling the H2 console, and verifying that the application starts without errors, with no entities required at this stage.
Complexity:
1/5
good first issue beginner setup
Setup: add health endpoint 8 months ago
good first issue beginner setup