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
14 changes: 14 additions & 0 deletions deliveries/polkastats_milestone_1.md
Original file line number Diff line number Diff line change
@@ -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 |