Skip to content

OBPIH-7290 Assign counted by and recounted by while creating CC#5336

Merged
awalkowiak merged 1 commit intoft/OBPIH-7287-cycle-count-assignmentfrom
OBPIH-7290
Jun 17, 2025
Merged

OBPIH-7290 Assign counted by and recounted by while creating CC#5336
awalkowiak merged 1 commit intoft/OBPIH-7287-cycle-count-assignmentfrom
OBPIH-7290

Conversation

@alannadolny
Copy link
Collaborator

No description provided.

@alannadolny alannadolny self-assigned this Jun 16, 2025
@github-actions github-actions bot added the domain: backend Changes or discussions relating to the backend server label Jun 16, 2025
@codecov
Copy link

codecov bot commented Jun 16, 2025

Codecov Report

❌ Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 8.35%. Comparing base (499cca3) to head (7d316d5).

Files with missing lines Patch % Lines
...g/pih/warehouse/inventory/CycleCountService.groovy 0.00% 8 Missing ⚠️
Additional details and impacted files
@@                            Coverage Diff                            @@
##             ft/OBPIH-7287-cycle-count-assignment   #5336      +/-   ##
=========================================================================
- Coverage                                    8.38%   8.35%   -0.04%     
+ Complexity                                   1016    1002      -14     
=========================================================================
  Files                                         658     652       -6     
  Lines                                       43867   43808      -59     
  Branches                                    10618   10620       +2     
=========================================================================
- Hits                                         3680    3658      -22     
+ Misses                                      39619   39583      -36     
+ Partials                                      568     567       -1     

☔ 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.

request.cycleCountRequest.status = CycleCountRequestStatus.IN_PROGRESS
Person assignee = request.cycleCountRequest.countAssignee
LocalDate countDeadline = request.cycleCountRequest.countDeadline
Date deadline = countDeadline ? DateUtil.asDate(countDeadline) : new Date()
Copy link
Collaborator

Choose a reason for hiding this comment

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

I know it's not your convention, but it feels weird to me that we use two different names for the same thing. I'm just thinking why can't we call it dateCounted also on cycleCountRequest instead of deadline 🤔

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants