What's coming
🔧 In progress
Bug(s) and fix(es)
Detection and correction of bugs. If you encountered unexpected behaviour, feel free to open an issue or contribute a PR!
Known issues Changelog📋 Planned
Boot validation
Refuse startup in production if the configuration is inconsistent or incomplete.
DX
cargo-watch not included. Template hot-reload in dev is only active when DEBUG=true.
🔭 Future
Forms
Rework of the system towards a widget-based approach.
Refactoring — widget field system
The file() option is a pragmatic solution. The long-term direction is a refactoring of the field system to widgets (Django-style): each model field will be able to declare its render type independently of its SQL type.