-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Evaluation | ||
|
||
- **Status:** In Progress | ||
- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/myriad_social.md | ||
- **Milestone:** 1 | ||
- **Kusama Identity:** [ESxS4A7GHMLzve4Mbc9t27RpXtVTnV3LtcMTtcnD26jcUHA](https://polkascan.io/pre/kusama/account/ESxS4A7GHMLzve4Mbc9t27RpXtVTnV3LtcMTtcnD26jcUHA) | ||
- **Previously successfully merged evaluation:** All by semuelle | ||
|
||
| Number | Deliverable | Accepted | Link | Evaluation Notes | | ||
| ------ | ----------- | :------: | ---- |----------------- | | ||
| **0a.** | License | <ul><li>[x] </li></ul> | [LICENSE](https://github.com/myriadsocial/myriad-node-parachain/blob/7619f605f165b9c53dd14f1ddbcdd86b7b5e07cb/LICENSE) | AGPL-3.0 license | | ||
| **0b.** | Documentation | <ul><li>[x] </li></ul> | [README](https://github.com/myriadsocial/myriad-node-parachain/blob/7619f605f165b9c53dd14f1ddbcdd86b7b5e07cb/README.md) | — | | ||
| **0c.** | Testing and Testing Guide | <ul><li>[ ] </li></ul> | link | Core functions will be fully covered by comprehensive unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. | | ||
| **0d.** | Docker | <ul><li>[x] </li></ul> | [Dockerfile](https://github.com/myriadsocial/myriad-node-parachain/blob/7619f605f165b9c53dd14f1ddbcdd86b7b5e07cb/Dockerfile), [docs](https://github.com/myriadsocial/myriad-node-parachain/tree/7619f605f165b9c53dd14f1ddbcdd86b7b5e07cb#run-in-docker) | — | | ||
| 1. | Infrastructure Setup | <ul><li>[ ] </li></ul> | link | We will fully replicate the current appchain of the Myriad Social web application running on Octopus Network to Polkadot ecosystem as a parachain in Rococo | | ||
| 2. | Code Refactoring | <ul><li>[ ] </li></ul> | link | The modules we implement during this milestone will interact in such a way that the Myriad Social website works with the same functionality as the current one that lives as an appchain on Octopus Network| | ||
| 3. | Data Upgrade | <ul><li>[ ] </li></ul> | link | We will fully upgrade the existing data from the Myriad Social web application running on Octopus Network to Polkadot ecosystem| | ||
| X. | ... | <ul><li>[ ] </li></ul> | link | see [General Notes](#general-notes) | | ||
|
||
|
||
## General Notes | ||
|
||
- — |