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

Split out Credential context #14

Open
neonbunny opened this issue Oct 24, 2024 · 0 comments
Open

Split out Credential context #14

neonbunny opened this issue Oct 24, 2024 · 0 comments

Comments

@neonbunny
Copy link
Collaborator

Currently a credential which is obtained from multiple different sources will result in multiple rows in the Credential table. This clutters the Credential view and distorts the statistics. Adjust the data model to create a 1:M structure of Credential to CredentialContext.

CredentialContext should encompass "purpose, source, source time"

The UI should surface the purpose from the first CredentialContext for its Credential table

Search should be modified to search across all CredentialContexts and Credentials.

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

No branches or pull requests

1 participant