-
Notifications
You must be signed in to change notification settings - Fork 105
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
chore(IT Wallet): [SIW-1159] Add XState issuance machine scaffolding #5922
Merged
mastro993
merged 264 commits into
master
from
SIW-1159-xstate-issuance-machine-scaffolding
Jul 10, 2024
Merged
chore(IT Wallet): [SIW-1159] Add XState issuance machine scaffolding #5922
mastro993
merged 264 commits into
master
from
SIW-1159-xstate-issuance-machine-scaffolding
Jul 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit db0583d.
This reverts commit 81530b8.
This reverts commit 7d1beca.
Co-authored-by: Cristiano Tofani <[email protected]>
e115a6c
to
df9cdcd
Compare
…nce-machine-scaffolding
df9cdcd
to
fdde218
Compare
🎉 All dependencies have been resolved ! |
mastro993
added a commit
that referenced
this pull request
Jul 16, 2024
…attestation retrieval (#5861) > [!WARNING] > This PR depends on #5922 ## Short description This PR introduces the wallet instance and attestation retrieval state to the eID issuance machine. ## List of changes proposed in this pull request - Added `@pagopa/io-react-native-integrity` dipendency - Updated `@pagopa/io-react-native-wallet` to `^0.13.0` - Moved cards and credentials catalog screen to the IT Wallet navigation stack - Added issuance reducer - Updated `itwEidIssuanceMachine` logic - Added `registerWalletInstance` and `getWalletAttestation` actors - Added `WalletInstanceRegistration` and `WalletAttestationRetrieval` substates to `WalletInitialization` state - Updated `ItwIdentificationModeSelectionScreen` copy ## How to test In order to test this PR you need a **physical device** and the [io-wallet local development server](https://pagopa.atlassian.net/wiki/spaces/SIW/pages/1110900979/Come+utilizzare+il+backend+io-wallet+in+locale). From the **IT Wallet playground**, go to the **Discovery** screen. You should be able to go through the wallet init phase and land in the identification screen Co-authored by: @LazyAfternoons --------- Co-authored-by: Mario Perrotta <[email protected]> Co-authored-by: Cristiano Tofani <[email protected]> Co-authored-by: Fabio Bombardi <[email protected]> Co-authored-by: LazyAfternoons <[email protected]> Co-authored-by: Damiano Plebani <[email protected]> Co-authored-by: Alice Di Rico <[email protected]> Co-authored-by: LazyAfternoons <[email protected]> Co-authored-by: Andrea Piai <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Warning
This PR depends on #5864
Short description
This PR adds the initial scaffolding of the IT Wallet activation and IT Wallet credential issuance XState machines.
State diagrams
List of changes proposed in this pull request
ItwEidIssuanceMachine
with actions and actors stub implementationsItwEidIssuanceMachineContext
andProvider
ItwCredentialIssuanceMachine
with actions and actors stub implementationsItwCredentialIssuanceMachineContext
andProvider
ItwStackNavigator
with theItwEidIssuanceMachineProvider
andItwCredentialIssuanceMachineProvider
How to test
Static checks should pass.
From the IT Wallet playground, open the Discovery feature and check that machine events are correctly dispatched (navigation events).