-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: ID Pay timeline data refactoring #316
Conversation
5122768
to
d818a9a
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #316 +/- ##
==========================================
+ Coverage 67.71% 67.78% +0.07%
==========================================
Files 144 144
Lines 4984 4992 +8
Branches 603 585 -18
==========================================
+ Hits 3375 3384 +9
+ Misses 1608 1607 -1
Partials 1 1
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
## Short description This PR refactors the `TimelineOperationListItem` component and implements new logic to correctly display `CANCELLED` and `REVERSAL` transactions and CIE onboarding operations. https://github.com/pagopa/io-app/assets/6160324/e5557c07-ba53-4647-be0f-ad39965fb1c7 ## List of changes proposed in this pull request - [ts/features/idpay/details/components/TimelineOperationListItem.tsx](https://github.com/pagopa/io-app/pull/5200/files#diff-bf0f0c12b0c8396401a112111f50ecd7d00a22d176641c354e3880e3879cbd51): splitted `TimelineOperationListItem` into sub-component easier to manage. ## How to test - Tests should solve correctly. - You can test on a simulator/device with the `io-dev-server` on this branch: pagopa/io-dev-api-server#316 --------- Co-authored-by: Martino Cesari Tomba <[email protected]> Co-authored-by: Alessandro Izzo <[email protected]>
Short description
This PR refactors the persisted data for ID Pay timeline endpoint
List of changes proposed in this pull request
How to test
Tests should solve correctly