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

[feature](dapp): import VCs from uploaded JSON files #322

Open
pseudobun opened this issue Jul 11, 2023 · 1 comment
Open

[feature](dapp): import VCs from uploaded JSON files #322

pseudobun opened this issue Jul 11, 2023 · 1 comment
Labels
dapp feature New feature or request

Comments

@pseudobun
Copy link
Member

Summary

Currently users can import VCs by pasting the JSON object into the designated field. When dealing with multiple VCs and backing them up/saving them/exporting them, saving them in a file will prove useful. By giving users the ability to upload .json files containing VC/s, they could back them up in files and store them wherever they want. Additionally, the code added for this could be useful with #309, when providing support for Google Drive as a storage solution.

Useful resources: #318 already added a UploadButton component.

Expected behavior / User Story

When importing VC/s, users should have another button for uploading files instead of pasting the JSON text to designated field.

@pseudobun pseudobun added feature New feature or request dapp labels Jul 11, 2023
@tadejpodrekar
Copy link
Member

Before this we first have to add support for batch operations #148.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dapp feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants