MallCloud / contracts-api

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

Django API shares and purchase flows schemes confirmation #22

Closed markpyzhov closed 6 years ago

markpyzhov commented 6 years ago

When the ensemble is executed then Administrator triggers Evaluation algorithm:

evaluation_of_rfs

Creation and publishing RFS:

rfs_fixed_fee_access

Creation and publishing Analytic Object

uploading_and_publishing_ao

Purchase of source code:

purchase_flow

How User can download source code:

downloading_source_code

Sharing flows

share_flows

ehillerbrand commented 6 years ago

These seem correct to me.

kgupta15 commented 6 years ago

I just think that in Creation and publishing Analytic Object, RFS should have links to AO instead of AO linking itself to RFS. This will allow RFS to be a central contract and anybody will be able to verify all available resources (Notebooks, Dataset, DS, Collaborators) by using a single contract.

markpyzhov commented 6 years ago

I just think that in Creation and publishing Analytic Object, RFS should have links to AO instead of AO linking itself to RFS. This will allow RFS to be a central contract and anybody will be able to verify all available resources (Notebooks, Dataset, DS, Collaborators) by using a single contract.

Decided with @daemonslayer to keep both relations.

Closing since confirmed.