Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SmartContract for community review #53

Open
7 tasks
roo2 opened this issue May 21, 2017 · 1 comment
Open
7 tasks

SmartContract for community review #53

roo2 opened this issue May 21, 2017 · 1 comment

Comments

@roo2
Copy link
Contributor

roo2 commented May 21, 2017

Covers implementing and testing the community review process in solidity. Does not cover updating filesharing or the UI.

  • Read through or complete the "Design your own cryptocurrency" ethereum tutorial
  • Extend the SubmittedPapersIndex.sol smart contract to have a queue of unreviewed papers and a list of reviewed papers
  • When a paper is submitted through the UI it goes to the unreviewed papers list
  • Add a method to SubmittedPapersIndex.sol to mark papers as 'reviewed'
  • When a user marks papers as reviewed their account is recorded as a reviewer of that paper.
  • When a paper has reviews from 3 users (who are not the author) move the paper to the 'reviewed papers' list
  • Unit tests for all methods
@KadeMorton
Copy link
Collaborator

Want a tutorial? Check out the exercises on https://www.ethereum.org/

pushkalkatara added a commit to pushkalkatara/aletheia-app that referenced this issue Nov 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants