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

Refactor Credential Management: Reusable Hook and Code Optimization #495

Merged
merged 7 commits into from
Jan 16, 2025

Conversation

gkatrakazas
Copy link
Member

@gkatrakazas gkatrakazas commented Jan 14, 2025

This PR refactors credential management by extracting VC entity fetching logic into a reusable hook, enhancing maintainability and reusability across the app.
It also optimizes credential filtering by grouping instances, adding an 'instance' field, and centralizing credential parsing logic into the CredentialContext.
Additionally, conflicts with the master branch have been resolved, and lint warnings have been addressed.

@gkatrakazas gkatrakazas changed the base branch from feat/protocol-optimization to master January 14, 2025 16:40
@gkatrakazas gkatrakazas changed the title Refactor/fetch data Refactor Credential Management: Reusable Hook and Code Optimization Jan 15, 2025
@gkatrakazas gkatrakazas requested a review from kkmanos January 15, 2025 14:07
@gkatrakazas gkatrakazas marked this pull request as ready for review January 15, 2025 14:07
@gkatrakazas gkatrakazas linked an issue Jan 15, 2025 that may be closed by this pull request
@gkatrakazas gkatrakazas merged commit 4444c89 into master Jan 16, 2025
4 checks passed
@gkatrakazas gkatrakazas deleted the refactor/fetch-data branch January 23, 2025 10:50
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.

Centralize Credential Fetching and Parsing in CredentialsContext
2 participants