App composition lifecycle
The app-builder-service already suggests a lifecycle-oriented application composition model.
Current lifecycle
- create an app
- create from template when appropriate
- inspect the widget catalog
- add or update pages
- preview the app
- inspect versions
- publish the app
Repository signals
These operations are routed through services/app-builder-service/src/handlers/apps.rs, pages.rs, preview.rs, publish.rs, and widgets.rs.
