21 lines
707 B
Markdown
21 lines
707 B
Markdown
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)
|
|
- |