1 Open Issue Need Help Last updated: Jun 29, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a dynamic search functionality for a lab web application using the JPA Criteria API and Specification pattern. This involves creating Specification classes to build dynamic queries based on optional search criteria (Name, City, Type, CPF/CNPJ) to improve the maintainability and flexibility of the data access layer, keeping the repositories clean and avoiding manual SQL construction.

Complexity: 4/5
enhancement help wanted