diff --git a/evaluations/ink_playground_1_PieWol.md b/evaluations/ink_playground_1_PieWol.md new file mode 100644 index 000000000..9964f7aec --- /dev/null +++ b/evaluations/ink_playground_1_PieWol.md @@ -0,0 +1,40 @@ +# Evaluation + + +- **Status:** accepted +- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/ink-playground-ide-improvements.md +- **Milestone:** 1 +- **Previously successfully merged evaluation:** all by PieWol + +**Milestone Number:** 1 + +**Context** +Implement Ink's Dependency versioning + +**Deliverables** + +| Number | Deliverable | Accepted | Link | Evaluation 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 | | +| 1. | On demand version specific compilation | | https://github.com/paritytech/ink-playground/pull/815 | | +| 2. | Dependency Version support | |https://github.com/paritytech/ink-playground/pull/815, https://github.com/paritytech/ink-playground/pull/817 | | +| 3. | Ink! Upgrades | | https://github.com/paritytech/ink-playground/pull/815 | well done via github action | +| 4. | Select Ink! version from UI | |https://github.com/paritytech/ink-playground/pull/817 | good and url versioning is included | + +## General Notes + +## Documentation +Default ink!-playground readme and your additional documentation included there makes a good documentation for this project. Thanks for the final update on this matter. + +## Ink! version upgrade via Github-action +Grantee has shown that in his own non-archived repo the github actions are executed as expected. +https://github.com/Zeeve-App/ink-playground/actions/runs/7897895698 + +## Ink! version selection in playground + url +The selection of the versions works and is also displayed in the url as requested in the issues you completed. +Especially referencing issues https://github.com/paritytech/ink-playground/issues/460 +and https://github.com/paritytech/ink-playground/issues/427 + +## Summary +After the documentation update and showcase of github action I see this as accepted.