From 1d289bc668f10797c83c4ac2ef89c40a3f821dde Mon Sep 17 00:00:00 2001 From: Liisa <139144686+LiisaNFT@users.noreply.github.com> Date: Fri, 5 Jan 2024 00:04:25 +0000 Subject: [PATCH 1/2] Update LiisaPortfolioTracker payment method.md changed eth wallet adress to fiat --- applications/LiisaPortfolioTracker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/LiisaPortfolioTracker.md b/applications/LiisaPortfolioTracker.md index 297937c2695..b89ef9e36c5 100644 --- a/applications/LiisaPortfolioTracker.md +++ b/applications/LiisaPortfolioTracker.md @@ -1,7 +1,7 @@ # Polkadot NFT Portfolio Tracker by Liisa - MVP - **Team Name:** Liisa -- **Payment Address:** 0x096a685Bfd75c3998CFC4c70177e17ee6b582B0A +- **Payment Address:** Fiat 04.01.2024, 11:55 PM GMT - **[Level](https://github.com/w3f/Grants-Program/tree/master#level_slider-levels):** 2 From 8a5e3c9adbf0edcf4c858944618ff3055743afad Mon Sep 17 00:00:00 2001 From: Paulo Peixoto <89782513+paulogustavopeixoto@users.noreply.github.com> Date: Fri, 3 May 2024 09:13:01 +0100 Subject: [PATCH 2/2] Update LiisaPortfolioTracker.md We are making the changes to the deliverables for milestone 2 as we encountered some wallets which we do not have documentation for as they are either for mobile (Parity signer) only or there is already a plugin for it in the case of Polkadot.js - https://bubble.io/plugin/polkadot-wallet-1639402639641x977692461648052200 . --- applications/LiisaPortfolioTracker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/LiisaPortfolioTracker.md b/applications/LiisaPortfolioTracker.md index b89ef9e36c5..669e4c37c28 100644 --- a/applications/LiisaPortfolioTracker.md +++ b/applications/LiisaPortfolioTracker.md @@ -201,7 +201,7 @@ In a proactive endeavor to understand and address the data-related challenges of | 0c. | Testing Guide | The code will have unit-test coverage (min. 50%) to ensure functionality and robustness. In the guide, we will describe how to run these tests | | 0d. | Docker | Provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. | | 0e. | Article | Write a Medium article that explains the work done as part of the grant. | -| 1a. | Bubble.io wallet plugins | Design and engineer custom Bubble.io plugins for the selected wallets. The plugins will be architected to integrate wallet log-in (signature) into our front-end application interface. The plugins will be published on the Bubble.io marketplace and made freely available to the wider developer community. Selected wallets: Subwallet, Parity signer, Polkadot-js, Fearless wallet, Nova Wallet, Talisman. This will be developed using Javascript. | +| 1a. | Bubble.io wallet plugins | Design and engineer custom Bubble.io plugins for the selected wallets. The plugins will be architected to integrate wallet log-in (signature) into our front-end application interface. The plugins will be published on the Bubble.io marketplace and made freely available to the wider developer community. Selected wallets: Subwallet, Fearless wallet, Nova Wallet, Talisman. This will be developed using Javascript. | | 1b. | Wallet address transmission | Implement a front-end authentication module that captures and transmits wallet addresses from the user sign-in process to our backend. The transmission activates event-driven triggers, initiating Subsquid API queries for relevant event data retrieval. This will be developed using Node.js and React.js. | | 2a. | Dashboard Structure Implementation | Utilizing provided mockups as the architectural blueprint, implement the user interface for the application dashboard. This involves arranging key performance indicators (KPIs) and various data visualization elements according to the predefined design. This will be developed using React.js. | | 2b. | Dynamic Dashboard Values | Implement a real-time data binding mechanism that retrieves and displays updated portfolio data from the database, activated by event-driven triggers as defined in 1b. This will be achieved using a websocket client connected to our PostgreSQL Database. |