Skip to content
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

Feat/automation switch #654

Merged
merged 4 commits into from
Jan 30, 2025
Merged

Feat/automation switch #654

merged 4 commits into from
Jan 30, 2025

Conversation

KevinRohlf
Copy link
Collaborator

Fixes #

Proposed Changes

  • add variable to disable automation wallet via app.config.js

* feat: add warning state & compare credential id with gx:dependsOn to filter out the correct ID

* chore: rename matchverifiable to isIdMatchVerifiable, update Badge and verifyRawServiceCredential function

* fix: update isIdMatchVerifiable type to string and adjust related logic in Badge and verifyRawServiceCredential

* refactor: remove console.log

* refactor: correct casing in setIsIdMatchVerifiable

* refactor: simplify return structure in verifyRawServiceCredential to use a constant for verified & complianceApiVersion and update dependsOnIds

* fix: update isWarning condition to check length of isIdMatchVerifiable in Badge component

* fix: update condition to check for empty rootService array in verifyRawServiceCredential

* refactor: store credentialSubject in a constant for improved readability in verifyRawServiceCredential

* fix: update idMatch condition to check for both original and lowercase DID in verifyRawServiceCredential
@KevinRohlf KevinRohlf requested a review from a team as a code owner January 28, 2025 20:55
Copy link

vercel bot commented Jan 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mvg-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 30, 2025 2:29pm

@KevinRohlf KevinRohlf changed the base branch from main to development January 28, 2025 20:55
@moritzkirstein
Copy link
Contributor

once tests are fixed and all checks pass this is good to go imo!

@moritzkirstein moritzkirstein added the Status: Do Not Merge Not yet ready to be merged label Jan 30, 2025
@moritzkirstein moritzkirstein removed the Status: Do Not Merge Not yet ready to be merged label Jan 30, 2025
@moritzkirstein moritzkirstein merged commit 9c546c8 into development Jan 30, 2025
7 of 8 checks passed
@moritzkirstein moritzkirstein deleted the feat/automation-switch branch January 30, 2025 19:09
moritzkirstein pushed a commit that referenced this pull request Feb 3, 2025
* feat: check credential ID match warning (#634)

* feat: add warning state & compare credential id with gx:dependsOn to filter out the correct ID

* chore: rename matchverifiable to isIdMatchVerifiable, update Badge and verifyRawServiceCredential function

* fix: update isIdMatchVerifiable type to string and adjust related logic in Badge and verifyRawServiceCredential

* refactor: remove console.log

* refactor: correct casing in setIsIdMatchVerifiable

* refactor: simplify return structure in verifyRawServiceCredential to use a constant for verified & complianceApiVersion and update dependsOnIds

* fix: update isWarning condition to check length of isIdMatchVerifiable in Badge component

* fix: update condition to check for empty rootService array in verifyRawServiceCredential

* refactor: store credentialSubject in a constant for improved readability in verifyRawServiceCredential

* fix: update idMatch condition to check for both original and lowercase DID in verifyRawServiceCredential

* chore: remove code coverage workflow (#628)

* feat: add automation switch and conditional rendering

* feat: enable conditional rendering for automation context based on app config
moritzkirstein pushed a commit that referenced this pull request Feb 6, 2025
* feat: check credential ID match warning (#634)

* feat: add warning state & compare credential id with gx:dependsOn to filter out the correct ID

* chore: rename matchverifiable to isIdMatchVerifiable, update Badge and verifyRawServiceCredential function

* fix: update isIdMatchVerifiable type to string and adjust related logic in Badge and verifyRawServiceCredential

* refactor: remove console.log

* refactor: correct casing in setIsIdMatchVerifiable

* refactor: simplify return structure in verifyRawServiceCredential to use a constant for verified & complianceApiVersion and update dependsOnIds

* fix: update isWarning condition to check length of isIdMatchVerifiable in Badge component

* fix: update condition to check for empty rootService array in verifyRawServiceCredential

* refactor: store credentialSubject in a constant for improved readability in verifyRawServiceCredential

* fix: update idMatch condition to check for both original and lowercase DID in verifyRawServiceCredential

* chore: remove code coverage workflow (#628)

* feat: add automation switch and conditional rendering

* feat: enable conditional rendering for automation context based on app config
moritzkirstein pushed a commit that referenced this pull request Feb 13, 2025
* feat: check credential ID match warning (#634)

* feat: add warning state & compare credential id with gx:dependsOn to filter out the correct ID

* chore: rename matchverifiable to isIdMatchVerifiable, update Badge and verifyRawServiceCredential function

* fix: update isIdMatchVerifiable type to string and adjust related logic in Badge and verifyRawServiceCredential

* refactor: remove console.log

* refactor: correct casing in setIsIdMatchVerifiable

* refactor: simplify return structure in verifyRawServiceCredential to use a constant for verified & complianceApiVersion and update dependsOnIds

* fix: update isWarning condition to check length of isIdMatchVerifiable in Badge component

* fix: update condition to check for empty rootService array in verifyRawServiceCredential

* refactor: store credentialSubject in a constant for improved readability in verifyRawServiceCredential

* fix: update idMatch condition to check for both original and lowercase DID in verifyRawServiceCredential

* chore: remove code coverage workflow (#628)

* feat: add automation switch and conditional rendering

* feat: enable conditional rendering for automation context based on app config
@KevinRohlf KevinRohlf mentioned this pull request Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants