Track address layer #68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently in the database we have an "address" table. This is populated by data that comes from Stadia. All Stadia features have a property, layer. See the stadia docs
This story is to add a field to track stadia layers on addresses. Because the set of layers is known in advance, "layer" should be a database-level enumeration. There should be a value for "unknown" which should be the default value and null should not be allowed. You'll need to create a migration with the necessary commands to update the database schema. You should also update any code that creates addresses to set the new field and ensure that the property is used from results that come from Stadia and written to newly created rows.