ward-wise / ward-wise-front-end

6 stars 4 forks source link

Add 2005-2023 data #88

Closed smacmullan closed 2 months ago

smacmullan commented 3 months ago

Add 2005-2023 spending item data and geolocation mapping data. Update the Prisma schema and seed script.

The migration is working when I test it. However, I think I'm using Prisma wrong. At one point, many commits ago, I removed the migrations folder from the git repository. It seems migrations depend on previous ones existing, which probably causes issues if anyone else tries to do it.

NoahAppelbaum commented 2 months ago

I think you said you wanted to adjust something here; let me know when I should circle back to take a look at it.

smacmullan commented 2 months ago

I also snuck the "hide from map" query tweak into this PR. I'm not making any more changes here unless there's bugs that need to be fixed.