From c651511d1094c6b4474ac24103908826e774bfd8 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:35:38 -0700 Subject: [PATCH] doc: update roadmap --- versioned_docs/version-3.x/roadmap.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/versioned_docs/version-3.x/roadmap.md b/versioned_docs/version-3.x/roadmap.md index f46b901d..15c2dcc7 100644 --- a/versioned_docs/version-3.x/roadmap.md +++ b/versioned_docs/version-3.x/roadmap.md @@ -4,10 +4,12 @@ sidebar_position: 11 # Roadmap -- [ ] Access Control -- [ ] Data Validation -- [ ] Zod integration +This is a list of major features that are planned for the future releases of ZenStack v3. Although no specific timeline is promised, the order roughly represents the priority of these features. + +- [x] Access Control +- [x] Data Validation - [ ] Performance benchmark +- [ ] Zod integration - [ ] Query-as-a-Service (automatic CRUD API) -- [ ] Json filter -- [ ] Custom procedures \ No newline at end of file +- [ ] TanStack Query integration +- [ ] Custom procedures