In order to properly support screens loaded from external modules, they will need to be able to import some of the core functionality, which will need to be moved to an installable package:
- Base screen class
- SASS imports (breakpoints, etc)
- Extra form fields
- Caching
- Jinja filters
- Base metric class
Additionally, the main app may need to be an installable library, allowing all requirements to be pulled in (the base app + additional packages containing screens)
In order to properly support screens loaded from external modules, they will need to be able to import some of the core functionality, which will need to be moved to an installable package:
Additionally, the main app may need to be an installable library, allowing all requirements to be pulled in (the base app + additional packages containing screens)