diff --git a/deliveries/polkastats_milestone_1.md b/deliveries/polkastats_milestone_1.md new file mode 100644 index 0000000000..872053f107 --- /dev/null +++ b/deliveries/polkastats_milestone_1.md @@ -0,0 +1,14 @@ +# Milestone Delivery :mailbox: + +**The [invoice form :pencil:](https://forms.gle/8Wx7nxtq8fKrsuEz8) has been filled out correctly for this milestone.** + +* **PR Link:** [Polkastats grant application](https://github.com/w3f/Open-Grants-Program/pull/2). +* **Milestone Number:** [Milestone 1](https://github.com/Colm3na/polkastats-backend-v3/releases/tag/milestone1) + +List of all deliverables + +| Number | Deliverable | Link | Notes | +| ------------- | ------------- | ------------- |------------- | +| 1. | MySQL -> PosgresSQL | [SQL Schema](https://github.com/Colm3na/polkastats-backend-v3/blob/milestone1/docker/polkastats-backend/sql/polkastats.sql) | Refactor database schema and migrate to PosgresSQL | +| 2. | Crawlers | [Crawlers](https://github.com/Colm3na/polkastats-backend-v3/tree/milestone1/lib/crawlers) | Refactor/develop crawlers to fill the new schema | +| 3. | Hasura backend | [Hasura](https://github.com/Colm3na/polkastats-backend-v3/blob/60fe28f2dba103ef4324457cf078ba63e0cc22b6/docker/polkastats-backend/docker-compose.yml#L37) | Implement the new Hasura backend |