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

Updated applications/quadratic-funding to adjust the M2 cost to 0 DAI #635

Merged
merged 1 commit into from
Oct 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions applications/quadratic-funding.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ https://drive.google.com/drive/folders/1nZPg4PmWSBxbfHuMyuAlw8UVXSybjTHG?usp=sha
### Overview
* **Total Estimated Duration:** 3 months
* **Full-time equivalent (FTE):** 4 FTE
* **Total Costs:** 30,000 DAI
* **Total Costs:** 20,000 DAI

### Milestone 1 — Implement Substrate Modules
* **Estimated Duration:** 1.5 month
Expand All @@ -139,18 +139,16 @@ https://drive.google.com/drive/folders/1nZPg4PmWSBxbfHuMyuAlw8UVXSybjTHG?usp=sha
### Milestone 2 — Web Application (Dapp)
* **Estimated Duration:** 1 month
* **FTE:** 4
* **Costs:** 10,000 DAI
* **Costs:** 0 DAI

| Number | Deliverable | Specification |
| ------------- | ------------- | ------------- |
| 0a. | License | Apache 2.0 |
| 0b. | Documentation | We will provide both inline documentation of the code and a basic tutorial that explains how a user can interact with the application with Polkadot.js browser extension. |
| 0c. | Testing Guide | The code will have unit-test coverage (min. 70%) to ensure functionality and robustness. In the guide we will describe how to run these tests |
| 0d. | Tutorial | We will write Medium tutorials that explains the work done as part of the grant.
| 1. | UI Design | We will create UI sketches to demonstrate the user flow of the web application, and post here for advice |
| 2. | Javascript Library | We will add new APIs to Polkadot javascript library, test those and get them ready for any kind of node.js or website javascript program |
| 3. | Application Implementation | We will incorporate the javascript library from the previous step and build a web application that interacts with our substrate chain. Note that the web is a separate product from polkadot.js.org/apps/#/rpc and will provide user friendly interface without necessary knowledge of API calls. |
| 4. | Deployment Instructions | We will provide one-line runner for the web application so others could spin up the app easily. |
| 1. | Application Implementation | We will incorporate the javascript library from the previous step and build a web application that interacts with our substrate chain. Note that the web is a separate product from polkadot.js.org/apps/#/rpc and will provide user friendly interface without necessary knowledge of API calls. |
| 2. | Deployment Instructions | We will provide one-line runner for the web application so others could spin up the app easily. |

## Future Plans
> Please include the team's long-term plans and intentions.
Expand Down