db/_archive/herodb_old/src/models/instructions.md
2025-06-27 12:11:04 +03:00

707 B

in @src/models/circle/circle.rs

  • member us now new rootobject, check implementation
  • a member is linked to one or more contacts id's (from src/models/mcc/contacts.rs)
  • create a new rootobject called wallet
    • has a name, description, blockchainname (string), pubkey
  • a wallet has embedded struct for asset which is name e.g. USDC and float which is the amount of money in the asset
  • a member has one or more wallets, in member link to the id's of the wallet

in@src/models/biz add a ticket module

user can have more than 1 ticket which is to ask support from the org

a ticket has following fields

  • subject
  • description
  • creation/update date
  • assignees (based on memberid see above)