Skip to content

OBPIH-6925 removed numbers from Tags and Product Catalogue filter#5003

Merged
kchelstowski merged 6 commits intodevelopfrom
OBPIH-6925
Jan 20, 2025
Merged

OBPIH-6925 removed numbers from Tags and Product Catalogue filter#5003
kchelstowski merged 6 commits intodevelopfrom
OBPIH-6925

Conversation

@SebastianLib
Copy link
Collaborator

✨ Description of Change

A concise summary of what is being changed. Please provide enough context for reviewers to be able to understand the change and why it is necessary. If the issue/ticket already provides enough information, you can put "See ticket" as the description.

Link to GitHub issue or Jira ticket:

Description:


📷 Screenshots & Recordings (optional)

If this PR contains a UI change, consider adding one or more screenshots here or link to a screen recording to help reviewers visualize the change. Otherwise, you can remove this section.

@github-actions github-actions bot added the domain: backend Changes or discussions relating to the backend server label Jan 17, 2025
Copy link
Collaborator

@alannadolny alannadolny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was it requested to be done for each dropdown?

@codecov
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.

Project coverage is 7.68%. Comparing base (6afc7f7) to head (5268b92).
Report is 184 commits behind head on develop.

Files with missing lines Patch % Lines
...ih/warehouse/api/SelectOptionsApiController.groovy 0.00% 7 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             develop   #5003      +/-   ##
============================================
- Coverage       7.69%   7.68%   -0.01%     
  Complexity       846     846              
============================================
  Files            610     610              
  Lines          42581   42589       +8     
  Branches       10343   10346       +3     
============================================
  Hits            3275    3275              
- Misses         38821   38829       +8     
  Partials         485     485              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions bot added the domain: frontend Changes or discussions relating to the frontend UI label Jan 17, 2025
Copy link
Collaborator

@kchelstowski kchelstowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, just fix formatting

}



Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove unnecessary indentations

def catalogOptions() {
List<ProductCatalog> catalogs = genericApiService.getList(ProductCatalog.class.simpleName, [sort: "name"]).collect {
[id: it.id, label: "${it.name} (${it?.productCatalogItems?.size()})"]
boolean hideNumbers = params.boolean('hideNumbers', false)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpicky: we tend to use " " on the backend and it feels like you changed them from " " to ' '



</div>
</span>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this file changed?

@kchelstowski kchelstowski merged commit c8f5d0a into develop Jan 20, 2025
9 checks passed
@kchelstowski kchelstowski deleted the OBPIH-6925 branch January 20, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: backend Changes or discussions relating to the backend server domain: frontend Changes or discussions relating to the frontend UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants