ProjectSidewalk / SidewalkGallery

A gallery for Project Sidewalk
MIT License
1 stars 0 forks source link

Refactor backend to use core Sidewalk tables #12

Closed aileenzeng closed 4 years ago

aileenzeng commented 4 years ago

To make copying data over easier, core Sidewalk tables will just be copied directly into the SidewalkGallery database. This means that a lot of the backend functions that involve reading data from core Sidewalk need to be refactored appropriately to match naming schemes. Most queries need to also be updated in order to work, since information is now going to be spread across more tables.

aileenzeng commented 4 years ago

Not going to fix this issue because I made some scripts to port over data from the Sidewalk database. Doing this takes <5 seconds to do because our dataset is relatively small right now. Can reconsider this if our dataset grows unreasonably large, since it's not worth the dev work atm.