From 16cb8c94d17695dec7ef2897abf96863b3eb8da5 Mon Sep 17 00:00:00 2001 From: PAulo Date: Thu, 16 May 2024 13:03:48 +0100 Subject: [PATCH 1/5] added milestone file --- evaluations/LiisaPortfolioTracker_2.md | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 evaluations/LiisaPortfolioTracker_2.md diff --git a/evaluations/LiisaPortfolioTracker_2.md b/evaluations/LiisaPortfolioTracker_2.md new file mode 100644 index 000000000..3571dee87 --- /dev/null +++ b/evaluations/LiisaPortfolioTracker_2.md @@ -0,0 +1,31 @@ +# Evaluation + +> Don't remove any of the mandatory parts presented in bold letters or as headlines! +> When evaluating the last milestone of a grant, check if the finished grant refers to an [RFP](https://grants.web3.foundation/docs/rfps) and move the corresponding RFP to status `Closed`. +> Lines starting with `>`, such as this one, can be removed. + +- **Status:** In Progress/Accepted/Rejected +- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/LiisaPortfolioTracker.md +- **Milestone:** 2 +- **Kusama Identity:** Address +- **Previously successfully merged evaluation:** Link + +| Number | Deliverable | Accepted | Link | Evaluation Notes | +| ------ | ----------- | -------- | ---- |----------------- | +| 0a. | License | | [LICENSE](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/e4ca40a0a29c60654ca9a755a33215ae2ae8acab/LICENSE.md) | Apache 2.0 | +| 0b. | Documentation | | [README](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/30be68d4894d9f09262296e2986f18eb11a6f2c4/README.md) | ... | +| 0c. | Testing Guide | | [README](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/19a8574c491af2a682226618a204a30dbd1f5497/README.md#getting-started) | ... | +| 0d. | Docker ||[Dockerfile](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/30be68d4894d9f09262296e2986f18eb11a6f2c4/multichain-indexer/Dockerfile)| ...| + +| 0e. | Article ||(https://medium.com/@liisanft/introducing-liisas-multi-chain-portfolio-tracker-on-polkadot-5aeaaa334d88)| ...| +| 1a. | Bubble.io wallet plugins ||(https://bubble.io/contributor/1556362159556x895666664689713800)| ...| +| 1b. | Wallet address transmission ||[app](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/main/frontend/src/App.js)| ...| +| 2a. | Dashboard Structure Implementation ||[src](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/tree/main/frontend/src)| ...| +| 2b. | Dynamic Dashboard Values ||[functions](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/tree/main/multichain-indexer/src/functions)| ...| + +Ideally all links inside the above table should include the commit hash, +which was used for testing the delivery. It should also be checked if the software is published under the correct open-source license. + +## General Notes + +Summarizes the overall performance plus additional feedback/comments From 99b7d494ee401c23b346fa035e8440330d974140 Mon Sep 17 00:00:00 2001 From: PAulo Date: Wed, 22 May 2024 12:05:06 +0100 Subject: [PATCH 2/5] update on deliverables --- deliveries/LiisaPortfolioTracker_2.md | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 deliveries/LiisaPortfolioTracker_2.md diff --git a/deliveries/LiisaPortfolioTracker_2.md b/deliveries/LiisaPortfolioTracker_2.md new file mode 100644 index 000000000..6bed9410d --- /dev/null +++ b/deliveries/LiisaPortfolioTracker_2.md @@ -0,0 +1,34 @@ +# Milestone Delivery :mailbox: + +> ⚡ Only the GitHub account that submitted the application is allowed to submit milestones. +> +> Don't remove any of the mandatory parts presented in bold letters or as headlines! Lines starting with `>`, such as this one, can be removed. + +**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:** In the case of a public [Grants Program](https://github.com/w3f/Grants-Program) application, please provide a link to the merged contract (the `.md` file in the [applications](https://github.com/w3f/Grants-Program/tree/master/applications) directory). In the case of a private application, please provide the name of the project. +* **Milestone Number:** e.g. 1 + +**Context** (optional) +> Please provide a short paragraph or two connecting the deliverables in this milestone and describing their purpose. + +**Deliverables** +> Please provide a list of all deliverables of the milestone extracted from the initial application and a link to the deliverable itself. Ideally all links inside the below table should include a commit hash, which will be used for testing. If you don't provide a commit hash, we will work off the default branch of your repository. Thus, if you plan on continuing work after delivery, we suggest you create a separate branch for either the delivery or your continuing work. +> +> If there is anything particular about any of the deliverables we or a future reader should know, use the respective `Notes` column. + +| Number | Deliverable | Link | Evaluation Notes | +| ------ | ----------- | ---- |----------------- | +| 0a. | License | [LICENSE](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/e4ca40a0a29c60654ca9a755a33215ae2ae8acab/LICENSE.md) | Apache 2.0 | +| 0b. | Documentation | [README](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/30be68d4894d9f09262296e2986f18eb11a6f2c4/README.md) | ... | +| 0c. | Testing Guide | [README](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/19a8574c491af2a682226618a204a30dbd1f5497/README.md#getting-started) | ... | +| 0d. | Docker | [Dockerfile](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/30be68d4894d9f09262296e2986f18eb11a6f2c4/multichain-indexer/Dockerfile)| ...| + +| 0e. | Article | (https://medium.com/@liisanft/introducing-liisas-multi-chain-portfolio-tracker-on-polkadot-5aeaaa334d88)| ...| +| 1a. | Bubble.io wallet plugins | (https://bubble.io/contributor/1556362159556x895666664689713800)| ...| +| 1b. | Wallet address transmission | [app](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/main/frontend/src/App.js)| ...| +| 2a. | Dashboard Structure Implementation | [src](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/tree/main/frontend/src)| ...| +| 2b. | Dynamic Dashboard Values | |[functions](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/tree/main/multichain-indexer/src/functions)| ...| + +**Additional Information** +> Any further comments on the milestone that you would like to share with us. From cb797851ebec8300593d7d2ccd6052ede17b323e Mon Sep 17 00:00:00 2001 From: PAulo Date: Wed, 22 May 2024 12:15:48 +0100 Subject: [PATCH 3/5] removal of milestone delivery on the evaluations folder. Updated md file of delivery --- deliveries/LiisaPortfolioTracker_2.md | 15 ++++--------- evaluations/LiisaPortfolioTracker_2.md | 31 -------------------------- 2 files changed, 4 insertions(+), 42 deletions(-) delete mode 100644 evaluations/LiisaPortfolioTracker_2.md diff --git a/deliveries/LiisaPortfolioTracker_2.md b/deliveries/LiisaPortfolioTracker_2.md index 6bed9410d..5d1ff8de2 100644 --- a/deliveries/LiisaPortfolioTracker_2.md +++ b/deliveries/LiisaPortfolioTracker_2.md @@ -1,21 +1,14 @@ # Milestone Delivery :mailbox: -> ⚡ Only the GitHub account that submitted the application is allowed to submit milestones. -> -> Don't remove any of the mandatory parts presented in bold letters or as headlines! Lines starting with `>`, such as this one, can be removed. - **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:** In the case of a public [Grants Program](https://github.com/w3f/Grants-Program) application, please provide a link to the merged contract (the `.md` file in the [applications](https://github.com/w3f/Grants-Program/tree/master/applications) directory). In the case of a private application, please provide the name of the project. -* **Milestone Number:** e.g. 1 +* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/LiisaPortfolioTracker.md +* **Milestone Number:** 2 **Context** (optional) -> Please provide a short paragraph or two connecting the deliverables in this milestone and describing their purpose. +> This milestone contains the deliverables necessary for the frontend components of the grant proposal. **Deliverables** -> Please provide a list of all deliverables of the milestone extracted from the initial application and a link to the deliverable itself. Ideally all links inside the below table should include a commit hash, which will be used for testing. If you don't provide a commit hash, we will work off the default branch of your repository. Thus, if you plan on continuing work after delivery, we suggest you create a separate branch for either the delivery or your continuing work. -> -> If there is anything particular about any of the deliverables we or a future reader should know, use the respective `Notes` column. | Number | Deliverable | Link | Evaluation Notes | | ------ | ----------- | ---- |----------------- | @@ -31,4 +24,4 @@ | 2b. | Dynamic Dashboard Values | |[functions](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/tree/main/multichain-indexer/src/functions)| ...| **Additional Information** -> Any further comments on the milestone that you would like to share with us. +> We pretend to maintain the code and keep doing improvements on it even after the conclusion of this grant. diff --git a/evaluations/LiisaPortfolioTracker_2.md b/evaluations/LiisaPortfolioTracker_2.md deleted file mode 100644 index 3571dee87..000000000 --- a/evaluations/LiisaPortfolioTracker_2.md +++ /dev/null @@ -1,31 +0,0 @@ -# Evaluation - -> Don't remove any of the mandatory parts presented in bold letters or as headlines! -> When evaluating the last milestone of a grant, check if the finished grant refers to an [RFP](https://grants.web3.foundation/docs/rfps) and move the corresponding RFP to status `Closed`. -> Lines starting with `>`, such as this one, can be removed. - -- **Status:** In Progress/Accepted/Rejected -- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/LiisaPortfolioTracker.md -- **Milestone:** 2 -- **Kusama Identity:** Address -- **Previously successfully merged evaluation:** Link - -| Number | Deliverable | Accepted | Link | Evaluation Notes | -| ------ | ----------- | -------- | ---- |----------------- | -| 0a. | License |
  • [x]
| [LICENSE](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/e4ca40a0a29c60654ca9a755a33215ae2ae8acab/LICENSE.md) | Apache 2.0 | -| 0b. | Documentation |
  • [x]
| [README](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/30be68d4894d9f09262296e2986f18eb11a6f2c4/README.md) | ... | -| 0c. | Testing Guide |
  • [x]
| [README](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/19a8574c491af2a682226618a204a30dbd1f5497/README.md#getting-started) | ... | -| 0d. | Docker |
  • [ ]
|[Dockerfile](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/30be68d4894d9f09262296e2986f18eb11a6f2c4/multichain-indexer/Dockerfile)| ...| - -| 0e. | Article |
  • [ ]
|(https://medium.com/@liisanft/introducing-liisas-multi-chain-portfolio-tracker-on-polkadot-5aeaaa334d88)| ...| -| 1a. | Bubble.io wallet plugins |
  • [ ]
|(https://bubble.io/contributor/1556362159556x895666664689713800)| ...| -| 1b. | Wallet address transmission |
  • [ ]
|[app](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/main/frontend/src/App.js)| ...| -| 2a. | Dashboard Structure Implementation |
  • [ ]
|[src](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/tree/main/frontend/src)| ...| -| 2b. | Dynamic Dashboard Values |
  • [ ]
|[functions](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/tree/main/multichain-indexer/src/functions)| ...| - -Ideally all links inside the above table should include the commit hash, -which was used for testing the delivery. It should also be checked if the software is published under the correct open-source license. - -## General Notes - -Summarizes the overall performance plus additional feedback/comments From 06dec19f15e36d397db318b991987c07fd683035 Mon Sep 17 00:00:00 2001 From: Keegan | W3F <35080151+keeganquigley@users.noreply.github.com> Date: Wed, 22 May 2024 12:08:23 -0400 Subject: [PATCH 4/5] Update LiisaPortfolioTracker_2.md --- deliveries/LiisaPortfolioTracker_2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/deliveries/LiisaPortfolioTracker_2.md b/deliveries/LiisaPortfolioTracker_2.md index 5d1ff8de2..cb7dc2347 100644 --- a/deliveries/LiisaPortfolioTracker_2.md +++ b/deliveries/LiisaPortfolioTracker_2.md @@ -16,7 +16,6 @@ | 0b. | Documentation | [README](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/30be68d4894d9f09262296e2986f18eb11a6f2c4/README.md) | ... | | 0c. | Testing Guide | [README](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/19a8574c491af2a682226618a204a30dbd1f5497/README.md#getting-started) | ... | | 0d. | Docker | [Dockerfile](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/30be68d4894d9f09262296e2986f18eb11a6f2c4/multichain-indexer/Dockerfile)| ...| - | 0e. | Article | (https://medium.com/@liisanft/introducing-liisas-multi-chain-portfolio-tracker-on-polkadot-5aeaaa334d88)| ...| | 1a. | Bubble.io wallet plugins | (https://bubble.io/contributor/1556362159556x895666664689713800)| ...| | 1b. | Wallet address transmission | [app](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/blob/main/frontend/src/App.js)| ...| From f4957b130ff372fa453097785ba68ff716f4489c Mon Sep 17 00:00:00 2001 From: Paulo Peixoto <89782513+paulogustavopeixoto@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:11:12 +0100 Subject: [PATCH 5/5] Update LiisaPortfolioTracker_2.md --- deliveries/LiisaPortfolioTracker_2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/LiisaPortfolioTracker_2.md b/deliveries/LiisaPortfolioTracker_2.md index cb7dc2347..6fd88057b 100644 --- a/deliveries/LiisaPortfolioTracker_2.md +++ b/deliveries/LiisaPortfolioTracker_2.md @@ -23,4 +23,4 @@ | 2b. | Dynamic Dashboard Values | |[functions](https://github.com/LiisaNFT/PolkadotNFTPortfolioTracker/tree/main/multichain-indexer/src/functions)| ...| **Additional Information** -> We pretend to maintain the code and keep doing improvements on it even after the conclusion of this grant. +> We plan to maintain the code and keep doing improvements on it even after the conclusion of this grant.