You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to improve the maintainability of compartment and rule code.
Describe the solution you'd like
I want to create a compartment and location base class in Core/Interfaces. These classes should share common variables and functions.
Describe alternatives you've considered
The current system works but is less maintainable than the proposed functionality. Additionally, these changes will allow for constant and initial conditions changes at runtime - which could be useful.