Noob question: I am refactoring a single app that...
# koin
t
Noob question: I am refactoring a single app that is build for multiple organisations. An organisation has various rules.and based upon those rules decisions are made. At this moment a reference to the organisation is passed around almost everywhere. This means that if a new piece of data needs to be passed around, it's very easy to add it to the organisation, which therefor is huge. I read about koin scopes and now is my question: is it possible to use scopes to create classes based upon the current organisation-ID?