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

Implement DID Document Structure and update storage #20

Closed
juanmagiraldor opened this issue Dec 1, 2023 · 1 comment
Closed

Implement DID Document Structure and update storage #20

juanmagiraldor opened this issue Dec 1, 2023 · 1 comment
Labels
👍 Feature New feature or request ⛑ Needs triage Someone is checking

Comments

@juanmagiraldor
Copy link
Contributor

juanmagiraldor commented Dec 1, 2023

Objective

Implement DID Document struct and update storage.

Checklist

  1. Implement DID Document Struct:
    • Create a robust DIDDocument struct to comprehensively represent Decentralized Identifiers (DIDs) along with their associated information.
  2. Revise Storage to Save Only a DID Document:
    • Modify the storage mechanism to exclusively store a single DIDDocument for each Decentralized Identifier.
    • Ensure that the storage design aligns with the updated DIDDocument structure.
  3. Reflect All Changes in the DID Document:
    • Ensure that any modifications or updates in the contract, particularly related to DIDs, are accurately and consistently reflected in the associated DIDDocument.
  4. Return DID Document in All Functions:
    • Modify existing functions to return the updated DIDDocument after any operations.
    • This ensures a cohesive and straightforward approach, providing a complete snapshot of the DID Document post-function execution.
@juanmagiraldor juanmagiraldor added ⛑ Needs triage Someone is checking 👍 Feature New feature or request labels Dec 1, 2023
@miguelnietoa
Copy link
Member

Implemented and available at v0.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👍 Feature New feature or request ⛑ Needs triage Someone is checking
Projects
None yet
Development

No branches or pull requests

2 participants