mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-22 03:16:21 +00:00
chore: update roadmap
This commit is contained in:
parent
90790ab904
commit
de03a072f6
20
README.md
20
README.md
@ -18,7 +18,25 @@ Nest Auto CRUD is a library that provides a set of modules, decorator, service,
|
|||||||
|
|
||||||
## Roadmap
|
## 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
|
## Installation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user