chicommons / maps

MIT License
5 stars 17 forks source link

Use the same ID for coops sharing same information in Google spreadsheet #215

Open laredotornado opened 1 year ago

laredotornado commented 1 year ago

For rows in the Google spreadsheet that track coops in which each row refers to the same coop, change the ID to match. Thus each row in the spreadsheet representing the same coop will have the same ID.

maxgraziano commented 1 month ago

@domdelorenzo @SteveEdiger with 3.1 moving away from spreadsheets, is this obsolete?

domdelorenzo commented 1 month ago

@maxgraziano I'll be honest, I'm not sure. The way I'm reading this, there are some coops on the current google sheet that are represented by multilple rows, and when we seed the new database with their data, we're going to want to make sure they get created as a single entity (with the same primary key) instead of as separate entities.

Maybe there's a different way to describe that requirement to make it more clear?