davidgasquez / gitcoin-grants-data-portal

🌲 Open source, serverless, and local-first data hub for Gitcoin Grants data!
https://grantsdataportal.xyz/
MIT License
26 stars 3 forks source link

Extract metadata from `rounds` and `round_applications` #12

Closed DistributedDoge closed 8 months ago

DistributedDoge commented 8 months ago

Extracting metadata table to standarized columns is very handy, thanks for resolving #10 which does that for projects table. It feels natural to do the same for the remaining tables.

I took liberty to do the same for rounds here #11 mainly to get round titles.

There is also round_applications which could use a similar treatment. If you want I can open a PR for that model as well.

davidgasquez commented 8 months ago

Closed by https://github.com/davidgasquez/gitcoin-grants-data-portal/pull/14