regen-network / rnd-dev-team

RND Dev Team issue management (DEPRECATED)
0 stars 0 forks source link

Create required database functions for address and profile management #945

Closed wgwz closed 2 years ago

wgwz commented 2 years ago

Blocked by: https://github.com/regen-network/regen-registry/issues/939

party = a profile in the new design

  1. remove an wallet from account:

    • high-level user actions:
    • remove & connect address
    • given:
    • the account id
    • the regen address
    • remove the association between the corresponding account and wallet
  2. update fields for a given party:

    • high-level user actions:
    • update a party
    • given:
    • the account id
    • the regen address
    • the following fields must be editable:
    • type (user or organization)
    • name
    • image (url's to images)

Note: Item #1 would only be executing if the user proved ownership of the addresses private key. It would be similar to the process here.

wgwz commented 2 years ago

Please add your planning poker estimate with ZenHub @mhagel