FoundatioFx / Foundatio.Repositories

Generic repositories
Apache License 2.0
79 stars 23 forks source link

Multi-tenant custom field support #98

Open ejsmith opened 2 years ago

ejsmith commented 2 years ago

Patternize multi-tenant custom field handling

ejsmith commented 2 years ago

Changing data type flow:

ejsmith commented 2 years ago

Remove field flow:

ejsmith commented 2 years ago

Rename field flow:

ejsmith commented 2 years ago

Make sure that we have everything in place that we would need to support calculated field custom properties. Should have access to the field definition and access to the full document. Also, we would need to calculate the display value as well as the idx value.

niemyjski commented 11 months ago

Is this up to date?

ejsmith commented 11 months ago

Yeah, I think that's where I left off.