needle-innovision / nestjs-tenancy

Multi-tenancy approach for nestjs - currently supported only for mongodb with mongoose
MIT License
187 stars 58 forks source link

Added support for discriminators #48

Open EcksDy opened 1 year ago

EcksDy commented 1 year ago

I've picked up this issue(https://github.com/needle-innovision/nestjs-tenancy/issues/31) and continued the work that was done here(https://github.com/needle-innovision/nestjs-tenancy/compare/master...feature/mongoose-discriminators).

e2e tests:

image

In the test project I'm using a MaineCoon and Beagle models, I wanted to use Dog and Cat, but they would clash with the models provided by DogModule and CatModule.

EcksDy commented 1 year ago

Hey @sandeepsuvit , I'd love to get this merged, anything I can do to help you make it happen?

Naryck commented 9 months ago

any changes in discriminators support?

EcksDy commented 9 months ago

@Naryck The project seems to be abandoned unfortunately.

Naryck commented 9 months ago

@EcksDy The project seems to be abandoned unfortunately.

that's a pity... discriminators are so needed