What’s your idea?
Right now, all fields on the smart address type seem to be strings. I’m currently storing country codes in the country field instead of the full country name to make it easier to translate into different languages and to have a bit more consistency (make sure countries aren’t spelled in multiple different ways and stuff like that).
It would be awesome to have support for enums for the country field using country codes out of the box (something similar could probably be done with state/province as well, but not as straightforward). It would definitely be more work from 8base’s side to maintain, but it would add more consistency and safety/validation without the need of manually creating an address table to store addresses with those types ourselves.
Is that something 8base would consider doing?