zenml-dashboard
zenml-dashboard copied to clipboard
App Concept Integration UX
Introduce the “App” concept for the custom interface for deployments:
- Rename
DeploymentSettings→AppSettings. - Rename all parameters and configs in the SDK/CLI.
- Include the settings in an additional tab for the deployment.
- Update routing and adjust navigation and labels accordingly to separate the user UI from ZenML UI.
@znegrin Just a few clarifications for concepts:
- Rename DeployerSettings → AppSettings , thats wrong. It should be Rename DeploymentSettings to AppSettings
- DeployerSettings and DeployerConfiguration are the same like any other stakc component (OrchestratorConfig and OrchestratorSettings)
Also, this ticket should also include the scope of renaming all parameters and configs in the SDK / CLI
@htahir1 updated the description.