Open Issues Need Help
View All on GitHub help wanted good first issue feature intermediate
Add API Endpoints Documentation to README about 2 months ago
documentation good first issue
help wanted good first issue feature intermediate
documentation good first issue
help wanted good first issue feature intermediate
Feature: add MapStruct mappers 8 months ago
good first issue feature intermediate mapping learning-task
Feature: Create OrderController with basic endpoints 9 months ago
help wanted feature intermediate
Feature: create Order entity with mapping to Product 9 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 9 months ago
help wanted feature intermediate
Feature: create DTOs for Product and Category 9 months ago
help wanted feature intermediate
help wanted feature intermediate
Feature: create Category service with business logic 9 months ago
help wanted beginner feature
Feature: create Category entity with constraints 9 months ago
good first issue beginner feature
Feature: create Product service 9 months ago
good first issue beginner feature
Feature: create Product repository 9 months ago
good first issue beginner feature
Feature: create Product entity 9 months ago
good first issue beginner feature
Setup: configure H2 database 9 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 9 months ago
good first issue beginner setup