From 8a29a7832443bd54da3b5e3b6fab575441020b0e Mon Sep 17 00:00:00 2001 From: Poseidon - Aisland <87597651+poseidon-aisland@users.noreply.github.com> Date: Sun, 15 Oct 2023 14:05:00 +0400 Subject: [PATCH] Update Aisland-DocSig_Milestone2.md --- deliveries/Aisland-DocSig_Milestone2.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/deliveries/Aisland-DocSig_Milestone2.md b/deliveries/Aisland-DocSig_Milestone2.md index 129fdc3e7..2b99bd68b 100644 --- a/deliveries/Aisland-DocSig_Milestone2.md +++ b/deliveries/Aisland-DocSig_Milestone2.md @@ -25,13 +25,10 @@ In the second milestone we added some features to Docsig: | 0b.| Documentation |[Dapp Documentation](https://github.com/aisland-dao/docsig/blob/main/README.md),[Dapp Repository](https://github.com/aisland-dao/docsig) | in-line documentation is present in every source code file| | 0c. |Testing and Testing Guide|[Dapp unit tests](https://github.com/aisland-dao/docsig/blob/main/README.md#unit-tests)| | | 0d. | Docker |[Docker Documentation](https://github.com/aisland-dao/docsig/blob/main/README.md#docker), [Docker file](https://github.com/aisland-dao/docsig/blob/main/docker-compose.yml)| | -| 0e. | Article |[Article for Update]([https://news.aisland.io/aisland-docsig-decentralised-exchange-of-signed-documents/](https://news.aisland.io/aisland-docsig-new-features/)),[Workshop Video](https://dropbox.aisland.io/index.php/s/3xCUS0r5dNNe4Np)|| -| 1. | Dapp Feature: Pdf Export |[View Function](https://github.com/aisland-dao/docsig/blob/b23cc85356d16baa35b06734492b261a45d15880/docsig-server.js#L515 -) | -| 2. | Dapp Feature: Signing Link Sharing by multiple channels |The main point is this [function](https://github.com/aisland-dao/docsig/blob/b23cc85356d16baa35b06734492b261a45d15880/client-src/index.js#L413 -)|From the dapp, 'document actions" click on the "Link" icon| -| 3. | Dapp Feature: Multiple Counterparties |Main changes have been done to manage the multiple cunter parties, the main entry port for the UI, is this [function](https://github.com/aisland-dao/docsig/blob/b23cc85356d16baa35b06734492b261a45d15880/client-src/index.js#L343C3-L343C3 -)|| -| 4. | Dapp Feature: Enhanced Templates |The main entry point is this [function](https://github.com/aisland-dao/docsig/blob/b23cc85356d16baa35b06734492b261a45d15880/client-src/index.js#L1665)| | +| 0e. | Article | [Article for Update](https://news.aisland.io/aisland-docsig-new-features/), [Workshop Video](https://dropbox.aisland.io/index.php/s/3xCUS0r5dNNe4Np)|| +| 1. | Dapp Feature: Pdf Export |The main change is in the [View Function](https://github.com/aisland-dao/docsig/blob/b23cc85356d16baa35b06734492b261a45d15880/docsig-server.js#L515) | +| 2. | Dapp Feature: Signing Link Sharing by multiple channels |The main point is this [function](https://github.com/aisland-dao/docsig/blob/b23cc85356d16baa35b06734492b261a45d15880/client-src/index.js#L413)|From the dapp, 'document actions" click on the "Link" icon| +| 3. | Dapp Feature: Multiple Counterparties |Many changes have been done to manage multiple counter parties, the main entry port for the UI, is in this [function](https://github.com/aisland-dao/docsig/blob/b23cc85356d16baa35b06734492b261a45d15880/client-src/index.js#L343C3-L343C3)|| +| 4. | Dapp Feature: Enhanced Templates |The entry point is this [function](https://github.com/aisland-dao/docsig/blob/b23cc85356d16baa35b06734492b261a45d15880/client-src/index.js#L1665)| | **Additional Information**