-
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.
Merge pull request #1026 from senseless/master
Treasury Tracker - Milestone 1
- 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 @@ | ||
|
||
### Milestone 1 - Basic Functionality (POC) | ||
|
||
**The delivery is according to the offcial [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** | ||
|
||
**Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/TreasuryTracker.md | ||
|
||
**Milestone Number:** 1 | ||
|
||
| Number | Deliverable | Specification | | ||
| -----: | ----------- | ------------- | | ||
| **0a.** | License | Apache 2.0 (https://github.com/stake-plus/treasury-tracker/blob/main/LICENSE) | | ||
| **0b.** | Documentation | https://github.com/stake-plus/treasury-tracker/blob/main/README.md | | ||
| **0c.** | Testing and Testing Guide | https://github.com/stake-plus/treasury-tracker/blob/main/README.md#testing-guide | | ||
| **0d.** | Docker | https://github.com/stake-plus/treasury-tracker/tree/main | | ||
| **0e.** | Article | https://docs.google.com/document/d/1TgUOFUv69fm3vopuTu7VlYLkRxnsMqUT8-BFa2LPG8I/edit?usp=sharing | | ||
| **1.** | Backend Development | https://github.com/stake-plus/polkadotjs-proxy | | ||
| **2.** | Frontend Development | https://github.com/stake-plus/treasury-tracker | | ||
| **3.** | Integration and Testing | Completed as part of development | | ||
|
||
**Additional Information** | ||
|
||
Please use the [master branch](https://github.com/stake-plus/treasury-tracker/tree/main) for testing, another branch will be used for continued work until the completion of the review. |