Updated readme.

This commit is contained in:
mikestefanello 2025-04-22 08:25:29 -04:00
parent b6d2b01c9b
commit 2d4961bd20

View file

@ -425,10 +425,13 @@ Since the generated code is completely dynamic, all entity functionality related
### Roadmap ### Roadmap
* Determine which tests should be included and provide them.
* Inline validation.
* Either exposed sorting, or allow the _handler_ to be configured with sort criteria for each type. * Either exposed sorting, or allow the _handler_ to be configured with sort criteria for each type.
* Exposed filters. * Exposed filters.
* Support all field types (types such as _JSON_ as currently not supported). * Support all field types (types such as _JSON_ as currently not supported).
* More features than just entity management. * Control which fields appear in the entity list table.
* More features than just entity management (ie, including the [Backlite](https://github.com/mikestefanello/backlite#screenshots) UI).
## Routes ## Routes