What's coming
π§ In progress
FonctionnalitΓ©
Admin view: pagination, column sorting, search, and configurable list display per resource.
Bug(s) et correctif(s)
Bug detection and fixes. If you encounter unexpected behavior, feel free to open an issue or contribute a PR!
Known issues Changelogπ Planned
Validation au boot
Startup in production is blocked if the configuration is inconsistent or incomplete.
DX
Cargo watch is not present. Template reloading in development is active only if DEBUG=true.
π Future
axum-server β TLS natif
Replacing Nginx with axum-server β built-in TLS, standalone binary in production without external dependencies.
Bulk actions admin
Batch actions (edit and delete) in the admin view.
Historique admin
Change history tracked from the admin view.
formulaire
Form engine has been redesigned to use a widget-based approach.
Refactoring β widget-based field system.
The file() option is a pragmatic solution. The long-term direction is a refactoring of the field system into widgets (Γ la Django), where each model field can declare its rendering type independently of its SQL type.