Hey all!
I’d love to be able to store profile properties using a nested object structure.
For example, my company works with multiple partners and therefore we always have partner information that we store on profiles.
It’d be great if I could have a single object called `partner` that contained the id, name, slug, etc. of the partner.
It’d be much cleaner than holding these profile properties all top level and needing to prefix them like partner_id, partner_name, partner_slug, etc.
If you could have nested profile properties, it could look like partner.id, partner.name, partner.slug, etc.
Even for non-technical users, it’d be a great way to organize and store profile properties. A flat profile property structure is very difficult to maintain once there are 10, 15, 20+ properties.
Let me know what you think.
Cheers,
Kevin.