Skip to content

[feature] (evault-core)(eid-wallet) Addition to social_connection #888

@coodos

Description

@coodos

Description

So social connection field needs to increase to certify more than the name, the signer shall get access to an arbitrary text section adding details of the social binding, and furthermore also include the users binding details with their eNames in there.

Example JSON

{
    "signatures": [ ... ],
    "data": {
        "kind": "social_connection", 
        "parties": [
            "@ename-1",
            "@ename-2"
         ],
         "relation_description": "he owes me money since 20 years and doesn't pay me back"
    }
}

Acceptance Criteria

  • New UI to set arbitrary description on relation
  • Parties field explicitly added

Desired Output (may vary)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions