eLearningDAO / POCRE

Proof Of co-CREation
GNU Affero General Public License v3.0
6 stars 3 forks source link

Transactions by Actors [Payments from actors to eLearningDAO treasury] #269

Open huzaifa-99 opened 1 year ago

huzaifa-99 commented 1 year ago

In our process of implementing crypto transactions on the platform, there is a category of transactions that are one-way from the user to the system i.e the user pays the system. These are simple ADA transactions manually done by the user to the system.

This ticket is made to process and implement those transactions.

Actors:

  1. POCRE) - The system
  2. Author) - The author of a creation
  3. Coauthor) - The author of a material associated with a creation
  4. Claimer/Issuer) - The person claiming a material/creation (in litigation or pacific reconciliation)
  5. Assumed Author) - The supposed author of a creation, this is the same author who did the creation
  6. Jury) - An anonymous user with maximum reputation randomly selected to judge the ownership b/w the litigation parties For more details about the actors and the roles, follow the wiki article https://github.com/eLearningDAO/POCRE/wiki/Use-case-workflow

Action Items:

Please see pricing policy here

huzaifa-99 commented 1 year ago

Point 2 is already implemented in https://github.com/eLearningDAO/POCRE/issues/110

huzaifa-99 commented 1 year ago

Point 1 implemented in #271

huzaifa-99 commented 1 year ago

Point 3 implemented in #272

huzaifa-99 commented 1 year ago

Points 4, 5 and 6 implemented in #274

huzaifa-99 commented 1 year ago

New transaction

Added in https://github.com/eLearningDAO/POCRE/pull/348