From 28bb4a5c3aa317dbe4c5d655c830cb44f1f5c2f6 Mon Sep 17 00:00:00 2001 From: Radhe Shyam Zeeve <98081359+radhe-zeeve@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:02:34 +0530 Subject: [PATCH] Add Ink playground milestone 2 (#1112) --- deliveries/ink-playground-milestone-2.md | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 deliveries/ink-playground-milestone-2.md diff --git a/deliveries/ink-playground-milestone-2.md b/deliveries/ink-playground-milestone-2.md new file mode 100644 index 000000000..e6b6f933f --- /dev/null +++ b/deliveries/ink-playground-milestone-2.md @@ -0,0 +1,25 @@ +# Milestone Delivery :mailbox: + +**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** + +* **Application Document:** [Ink Playground IDE Improvements Grant](https://github.com/w3f/Grants-Program/blob/master/applications/ink-playground-ide-improvements.md). +* **Milestone Number:** 2 + +**Context** +Ink! crate docs code execution + +**Deliverables** + +| Number | Deliverable | Link | Notes | +| ------------- | ------------- | ------------- |------------- | +| 0.a. | License | https://github.com/Zeeve-App/ink-playground/blob/version_play/LICENSE | Apache-2.0 | +| 0.b. | Documentation | https://github.com/Zeeve-App/ink-playground/blob/version_play/README.md | We will provide both inline documentation of the code and a basic tutorial that explains how a user can open and save a file | +| 2. | Ink! Create docs | - https://github.com/paritytech/ink-playground/pull/817, https://github.com/paritytech/ink-playground/blob/f2f44735310b4f966ade842125bc56eaaf915c95/packages/playground/src/app/index.tsx, https://github.com/Zeeve-App/ink-playground/commit/5bb6b61e067ea1b9ce17d099d994993e891437c1, https://github.com/Zeeve-App/ink/commit/0a4f21e89e2515db37b664632d7e3d0c4d1ec54f | We will provide the API and update create docs to run the code examples | + +## **Additional Information** + +### Issues resolved in this milestone +- [Support running code from crate docs · Issue #428 · paritytech/ink-playground · GitHub](https://github.com/paritytech/ink-playground/issues/428) + +### MR +- [Add version support by radhe-zeeve · Pull Request #817 · paritytech/ink-playground · GitHub](https://github.com/paritytech/ink-playground/pull/817) \ No newline at end of file