Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions deliveries/polk-auction-milestone_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Milestone Delivery :mailbox:

**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/Grants-Program/blob/master/docs/milestone-deliverables-guidelines.md).**

* **Application Document:** Link to the merged contract [application](https://github.com/w3f/Grants-Program/tree/master/applications/polk-auction.md) and [PR](https://github.com/w3f/Grants-Program/pull/452).
* **Milestone Number:** 2

**Context**
This milestone is the implementation of the UI for the previously delivered PolkAuction API.

**Deliverables**

| Number | Deliverable | Link | Notes |
| -----: | ----------- | ------------- | ------------- |
| 0a. | License | [Apache 2.0](https://github.com/CrommVardek/polk-auction-ui/blob/develop/LICENSE) |
| 0b. | Documentation | [Readme documentation](https://github.com/CrommVardek/polk-auction-ui/blob/develop/README.md) |
| 0c. | Testing Guide | [Testing section](https://github.com/CrommVardek/polk-auction-ui/blob/develop/README.md#Test) |
| 0d. | Docker | [Dockerfile](https://github.com/CrommVardek/polk-auction-ui/blob/develop/Dockerfile) |
| 1. | Current-Auction page | [Auction page](https://github.com/CrommVardek/polk-auction-ui/blob/develop/src/components/auction/AuctionPage.tsx) |
| 2.a. | Current-Parachains page | [Parachains page](https://github.com/CrommVardek/polk-auction-ui/blob/develop/src/components/parachain/ParachainsPage.tsx) |
| 2.b. | Parachain page | | During the development I felt (still feel) that this page is not necessary because it provides no more information than the existing pages. So that component was not developed |
| 3. | Current-Crowdloan page | [Crowdloan page](https://github.com/CrommVardek/polk-auction-ui/blob/develop/src/components/crowdloan/CrowdloanPage.tsx) |
| 4. | Others pages | [About page](https://github.com/CrommVardek/polk-auction-ui/blob/develop/src/components/about/AboutPage.tsx) |
| 5. | Header | [Header page](https://github.com/CrommVardek/polk-auction-ui/blob/develop/src/components/header/Header.tsx) |

**Additional Information**