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

amend: Add 2nd milestone #2270

Merged
merged 1 commit into from
Apr 2, 2024
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
23 changes: 16 additions & 7 deletions applications/create-substrate-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ There's already an [existing template](https://github.com/substrate-developer-hu

- **Total Estimated Duration:** 1 month
- **Full-Time Equivalent (FTE):** 1 FTE
- **Total Costs:** 3,500 USD
- **Total Costs:** 4,550 USD

### Milestone 1 - Full CLI functionality

Expand All @@ -102,14 +102,23 @@ There's already an [existing template](https://github.com/substrate-developer-hu

| 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 (for example) call the CLI |
| **0c.** | Testing and Testing Guide | Core functions will be fully covered by comprehensive unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. |
| 0e. | Article | We will publish an **article**/workshop that explains how to run the CLI (what was done/achieved as part of the grant). |
| **0.** | License | Apache 2.0 |
| 1. | TypeScript React Front-End Template | Create a modified version of React template with TypeScript |
| 2. | TypeScript Vue Front-End Template | Create a TypeScript version of Vue Front-End Template |
| 3. | TypeScript Angular Front-End Template | Create a TypeScript version of Angular Front-End Template |
| 4. | Published Global CLI command | Publish the CLI command to npm registry |
| 3. | TypeScript Angular Front-End Template | Create a TypeScript version of Angular Front-End Template |

### Milestone 2 - Global npm command

- **Estimated duration:** 1 month
- **FTE:** 1
- **Costs:** 1,050 USD

| Number | Deliverable | Specification |
|--------:|---------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **0a.** | Documentation Site | We will provide both **inline documentation** of the code and a basic **tutorial** that explains how a user can (for example) call the CLI |
| **0b.** | Testing and Testing Guide | Core functions will be fully covered by comprehensive unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. |
| **0c.** | Article | We will publish an **article**/workshop that explains how to run the CLI (what was done/achieved as part of the grant). |
| 1. | Published Global CLI command | Publish the CLI command to npm registry |


## Additional Information :heavy_plus_sign:
Expand Down
Loading