MallCloud / contracts-api

API for communicating with Ethereum Contracts
0 stars 0 forks source link

Permission Tracker #20

Open kgupta15 opened 6 years ago

kgupta15 commented 6 years ago

Details Add option to provide :

Access AO from RFS

Flow

  1. User selects RFS in which multiple required AO are present.
  2. UI sends request to C-API to get the access permissions for RFS.
  3. C-api grants/rejects permission and sends back the info to UI

Data access:

Flow

  1. UI shows all possible access levels for data.
  2. user selects one and ui sends info to c-api
  3. user makes payment if required.
  4. c-api returns the auth information

Templates:

User can add templates used by them into RFS. User can create templates on UI and add them into RFS. User can provide access to templates of an RFS to collaborators.

kgupta15 commented 6 years ago

photo

kgupta15 commented 6 years ago

photo