From de03a072f64e603713a7f8ffca3b28f813f3f4c5 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Wed, 30 Oct 2024 21:00:49 +0700 Subject: [PATCH] chore: update roadmap --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b905a00..b677216 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,25 @@ Nest Auto CRUD is a library that provides a set of modules, decorator, service, ## Roadmap -- Create custom generic for Prisma ORM Support [#5273](https://github.com/prisma/prisma/issues/5273) +### Basic Thing + +- Basic CRUD Controller with unique selection is ID and general request body +- Custom Read Query Unique Selection +- Custom body mapping + +### Tailored Controller Abstraction + +- Controller options for only read and update +- Controller options for only create and delete +- Controller options for only read +- Controller options for only update +- Controller options for only create +- Controller options for only delete +- Controller options for only read and create + +### Advanced Support + +- Generic support for Prisma ORM [#5273](https://github.com/prisma/prisma/issues/5273) ## Installation