diff --git a/deliveries/staking-rewards-viewer-1.md b/deliveries/staking-rewards-viewer-1.md new file mode 100644 index 0000000000..dc80c1508e --- /dev/null +++ b/deliveries/staking-rewards-viewer-1.md @@ -0,0 +1,29 @@ +# Milestone Delivery :mailbox: + +> ⚡ Only the GitHub account, which is responsible for the pull request of the accepted application is allowed to submit milestones. +> +> Don't remove any of the mandatory parts presented in bold letters or as headlines! Lines starting with `>`, such as this one, can be removed. + +**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/General-Grants-Program/blob/master/grants/milestone-deliverables-guidelines.md).** + +* **Application Document:** [staking-rewards-collector-front-end.md](https://github.com/w3f/Grants-Program/blob/master/applications/staking-rewards-collector-front-end.md) +* **Milestone Number:** 1 + +> Please provide a list of all deliverables of the milestone extracted from the initial application and a link to the deliverable itself. Ideally all links inside the below table should include a commit hash, which will be used for testing. If you don't provide a commit hash, we will work off the default branch of your repository. Thus, if you plan on continuing work after delivery, we suggest you create a separate branch for either the delivery or your continuing work. +> +> If there is anything particular about any of the deliverables we or a future reader should know, use the respective `Notes` column. + +| Number | Deliverable | Link | Notes | +| -----: | ----------- | ------------- | ------------- | +| 0a. | License | [LICENSE](https://github.com/jackson-harris-iii/staking-rewards-viewer/blob/main/LICENSE) | Included | +| 0b. | Documentation | [README.md](https://github.com/jackson-harris-iii/staking-rewards-viewer/blob/main/README.md) | Included | +| 0c. | Testing Guide | [Test Suite](https://github.com/jackson-harris-iii/staking-rewards-viewer/blob/main/tests/index.test.js) | Complete | +| 0d. | Docker | [dockerfile](https://github.com/jackson-harris-iii/staking-rewards-viewer/blob/main/Dockerfile) | Included | +| 1. | UI for user input | [React Components Directory](https://github.com/jackson-harris-iii/staking-rewards-viewer/tree/main/Components) | Complete | +| 2a. | Address LookUp Functionality | [Address LookUp - Modified Staking Rewards Collector Code](https://github.com/jackson-harris-iii/staking-rewards-viewer/blob/main/Utils/index.js) | Complete | +| 2b. | CSV/JSON Download | [Export - Modified Staking Rewards Collector Code](https://github.com/jackson-harris-iii/staking-rewards-viewer/blob/main/Utils/fileWorker.js) | Complete | +| 3. | Form validation | [Form Component](https://github.com/jackson-harris-iii/staking-rewards-viewer/blob/main/Components/Form/index.js) | Complete | +| 4. | UI for data visualizer | [Summary Output Components](https://github.com/jackson-harris-iii/staking-rewards-viewer/tree/main/Components/SummaryContainer) | Complete | +| 5. | Tooltips/Helpers | 1. [Form Tooltip](https://github.com/jackson-harris-iii/staking-rewards-viewer/blob/main/pages/index.js) | Complete | +| 6. | Testing | [Test Suite](https://github.com/jackson-harris-iii/staking-rewards-viewer/blob/main/tests/index.test.js) | Complete | +| 7. | Polishing & Delivery | [Main Repo](https://github.com/jackson-harris-iii/staking-rewards-viewer) | Ready For Review |