-
Notifications
You must be signed in to change notification settings - Fork 3
Implement feature to temporarily disable NFC cards #52
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
base: main
Are you sure you want to change the base?
Conversation
|
🐳 Docker images built and pushed: GitHub Container Registry: Image Digest: |
Resolved conflicts in libs/api-client/src/generated/Api.ts by: - Keeping the new SetNfcCardDisabledDto and SetNfcCardDisabledResponseDto interfaces - Adding isDisabled field to NFCCard interface - Preserving SetCardDisabledData type and setCardDisabled API method - Integrating with resource documentation changes from main branch
|
🐳 Docker images built and pushed: GitHub Container Registry: Image Digest: |
- Updated enroll-ntag424.state.spec.ts to expect isDisabled: false field - This aligns with the new isDisabled feature implementation
|
🐳 Docker images built and pushed: GitHub Container Registry: Image Digest: |
|
🐳 Docker images built and pushed: GitHub Container Registry: Image Digest: |
|
🐳 Docker images built and pushed: GitHub Container Registry: Image Digest: |
Closes #35
This PR implements the feature to allow users to temporarily disable their NFC cards when they lose them.
Changes:
isDisabledflag to the NFCCard entity with default value of false