OBPIH-6974 Create the recount form connecting with the data#5047
OBPIH-6974 Create the recount form connecting with the data#5047awalkowiak merged 19 commits intodevelopfrom
Conversation
46ef12e to
e14fcf4
Compare
e14fcf4 to
d74a75b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5047 +/- ##
============================================
- Coverage 7.88% 7.84% -0.04%
+ Complexity 884 876 -8
============================================
Files 625 625
Lines 42813 42813
Branches 10376 10376
============================================
- Hits 3375 3358 -17
- Misses 38933 38952 +19
+ Partials 505 503 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
awalkowiak
left a comment
There was a problem hiding this comment.
I have two questions that are not change requests (at least yet)
| <MainLayoutRoute path="**/stockMovement/createOutbound/:stockMovementId?" component={AsyncStockMovement} /> | ||
| <MainLayoutRoute path="**/stockMovement/importOutboundStockMovement" component={AsyncOutboundImport} /> | ||
| <MainLayoutRoute path="**/inventory/cycleCount/count" component={AsyncCycleCountCountStep} /> | ||
| <MainLayoutRoute path="**/inventory/cycleCount/resolve" component={AsyncCycleCountResolveStep} /> |
There was a problem hiding this comment.
[Discussion] - If I understand this correctly there are no steps involved there, perhaps it would be better to rename "steps" into "forms"?
There was a problem hiding this comment.
I treated it as the next step of the selection (after to count tab)
| <p className="count-step-label count-step-label-date-counted mr-2 mt-2"> | ||
| {translate('react.cycleCount.dateCounted.label', 'Date Counted')} | ||
| <span className="count-step-value ml-1"> | ||
| {formatLocalizedDate(dateCounted, DateFormat.DD_MM_YYYY)} |
There was a problem hiding this comment.
Why we are using this date format here? Weren't we recently unifying or changing the date format to a specific one?
There was a problem hiding this comment.
it's the date format from mock
There was a problem hiding this comment.
How do you know which part is the day and which part is the month?
awalkowiak
left a comment
There was a problem hiding this comment.
One more question popped up in my head while rereviewing this one
| const { | ||
| columns, | ||
| defaultColumn, | ||
| recipients, |
There was a problem hiding this comment.
Why it is called recipients?
There was a problem hiding this comment.
because i copied it 😄

✨ Description of Change
Link to GitHub issue or Jira ticket:
Description: Things that should be added later:
📷 Screenshots & Recordings (optional)