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: generate resources based on the profile #23

Open
cre8 opened this issue Feb 22, 2024 · 0 comments
Open

feat: generate resources based on the profile #23

cre8 opened this issue Feb 22, 2024 · 0 comments

Comments

@cre8
Copy link
Contributor

cre8 commented Feb 22, 2024

This is a feature for the new angular approach discussed today:

in case a wallet supports a profile, the required entries for signature algorithm, credential format should be filled out automatically like:
"if a wallet supports the profile "anoncreds with cheqd", it also supportes the credential format anoncred and the did method did:cheqd

We get the values automatically and do not force the user to insert them manually.

There are two options:

  • append the resources on the demand. this will keep the entries in the json file smaller
  • autofill them when the user uses the form. This will increase the usage. On the other hand we force the user to use the form to generate his json entry so the values are generated.

We could also implement both like "add them during generation and also add them on demand in case the provider used another way to fill out the json"

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