Closed brunopacheco1 closed 2 months ago
This pull request removes the listFilteringTerms
method from the BeaconFilteringTermsService
class and deletes the FacetGroup
schema from the OpenAPI specification. The changes simplify the code by removing unused functionality and streamline the API structure.
Change | Details | Files |
---|---|---|
Removal of listFilteringTerms method |
|
src/main/java/io/github/genomicdatainfrastructure/discovery/services/BeaconFilteringTermsService.java |
Simplification of listFilteringTermList method |
|
src/main/java/io/github/genomicdatainfrastructure/discovery/services/BeaconFilteringTermsService.java |
Removal of FacetGroup schema from OpenAPI specification |
|
src/main/openapi/discovery.yaml |
Summary by Sourcery
Remove the 'listFilteringTerms' method and the 'FacetGroup' schema to streamline the codebase and API definitions, focusing on reducing redundancy and unused components.
Enhancements:
Chores: