Skip to content

Commit

Permalink
Update JuniDB.md (w3f#580)
Browse files Browse the repository at this point in the history
* Update JuniDB.md

* Update applications/JuniDB.md

Co-authored-by: Aleixo Sánchez <[email protected]>

* Update JuniDB.md

Co-authored-by: Aleixo Sánchez <[email protected]>
Co-authored-by: MikeMS-sys <[email protected]>
  • Loading branch information
3 people authored Aug 18, 2021
1 parent 80b3365 commit 9a73a9b
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions applications/JuniDB.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ Link to 2nd pull request

## Development Roadmap :nut_and_bolt:

* **Total Estimated Duration:** 3 months
* **Total Estimated Duration:** 4 months
* **Full-Time Equivalent (FTE):** 2.5 FTE
* **Total Costs:** 21 000 USD
* **Total Costs:** 28 000 USD

### Milestone 1

Expand Down Expand Up @@ -222,9 +222,8 @@ Link to 2nd pull request
| 0b. | Documentation | Documentation of the code and a basic tutorial describing how the software can be used and tested. |
| 0c. | Testing Guide | Complex quality assurance for all platform features. Core functions will be fully covered by unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. |
| 0d. | Article | We will publish an article that explains the functionality of the proposed pallet in this milestone. |
| 1. | Substrate pallet | Add hash data storage to the pallet. Update rpc module to interact with new data storage. Database optimizations. |
| 2. | Web application | Update web application with new data storage rpc. |
| 3. | Docker image| We will provide a dockerfile to demonstrate the full functionality of testing Substrate chain with integrated Database pallet. |
| 1. | Update [offchain::ipfs](https://github.com/rs-ipfs/substrate) | We will coordinate with equilibrium.co to update offchain::ipfs to the latest Substrate version via PR to the existing repository |
| 2. | Docker image| We will provide a dockerfile to demonstrate the full functionality of testing Substrate chain with integrated Database pallet. |

### Milestone 3

Expand All @@ -242,6 +241,22 @@ Link to 2nd pull request
| 2. | Web application | Update web application to interact with the encryption system. |
| 3. | Docker image| We will provide a dockerfile to demonstrate the full functionality of testing Substrate chain with integrated Database pallet. |

### Milestone 4

* **Estimated Duration:** 1 month
* **FTE:** 2.5
* **Costs:** 7 000 USD

| Number | Deliverable | Specification |
| -----: | ----------- | ------------- |
| 0a. | License | License: GNU GPL v3 |
| 0b. | Documentation | Documentation of the code and a basic tutorial describing how the software can be used and tested. |
| 0c. | Testing Guide | Complex quality assurance for all platform features. Core functions will be fully covered by unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. |
| 0d. | Article | We will publish an article that explains the functionality of the proposed pallet in this milestone. |
| 1. | Substrate pallet | Add hash data storage to the pallet. Update rpc module to interact with new data storage. Database optimizations. |
| 2. | Web application | Update web application with new data storage rpc. |
| 3. | Docker image| We will provide a dockerfile to demonstrate the full functionality of testing Substrate chain with integrated Database pallet. |

## Future Plans

Further development (adding new data storages, indexing system, concurrency queries)
Expand Down

0 comments on commit 9a73a9b

Please sign in to comment.