Simple app-type 🚀

Simple app-type :rocket:

With the latest platform release and CLI v0.20.0, you can now choose between creating a simple or tree (default) type application!

  1. Upgrade your viktor-cli

    viktor-cli upgrade
    
  2. Specify the app_type in the viktor.config.toml file:

    app_type = 'simple'  # or 'tree'
    
  3. Create a single Controller in app.py

The simple type allows for defining only 1 entity type and with that makes creation of an application easier, and navigation in the UI more intuitive for your users. For the full experience, please check out the new demo app:

3 Likes