OBPIH-7292 Add “Assign count” buttons with the functionality#5326
OBPIH-7292 Add “Assign count” buttons with the functionality#5326awalkowiak merged 5 commits intoft/OBPIH-7287-cycle-count-assignmentfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## ft/OBPIH-7287-cycle-count-assignment #5326 +/- ##
=========================================================================
- Coverage 8.35% 8.32% -0.04%
+ Complexity 1002 999 -3
=========================================================================
Files 652 652
Lines 43796 43798 +2
Branches 10617 10618 +1
=========================================================================
- Hits 3658 3645 -13
- Misses 39571 39590 +19
+ Partials 567 563 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
awalkowiak
left a comment
There was a problem hiding this comment.
Overall I just dislike the existing AssignCycleCountModal. Is there still a PR pending with it? Could we improve it? Where? Does it require reopen of the modal related ticket? Rest lgtm
| <> | ||
| {isAssignCountModalOpen && ( | ||
| <AssignCycleCountModal | ||
| isOpen={isAssignCountModalOpen} |
There was a problem hiding this comment.
I am not sure if this is needed if you are rendering the modal only if isAssignCountModalOpen, so this could be true by default / not required?
| selectedCycleCountItems={assignCountModalData} | ||
| setSelectedCycleCountItems={setAssignCountModalData} | ||
| refetchData={fetchData} | ||
| isCount |
There was a problem hiding this comment.
If this is AssignCycleCountModal I think isCount should be a default version, and there should be isRecount instead.
| <AssignCycleCountModal | ||
| isOpen={isAssignCountModalOpen} | ||
| closeModal={closeAssignCountModal} | ||
| selectedCycleCountItems={assignCountModalData} |
There was a problem hiding this comment.
Does assignCountModalData contain items?
499cca3
into
ft/OBPIH-7287-cycle-count-assignment
No description provided.