From 2d4961bd208fcb72cdac55d7ce9cdad555c9fcbf Mon Sep 17 00:00:00 2001 From: mikestefanello <552328+mikestefanello@users.noreply.github.com> Date: Tue, 22 Apr 2025 08:25:29 -0400 Subject: [PATCH] Updated readme. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e46bf69..c17a2b0 100644 --- a/README.md +++ b/README.md @@ -425,10 +425,13 @@ Since the generated code is completely dynamic, all entity functionality related ### 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. * Exposed filters. * 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