docs: add milestones

This commit is contained in:
Shinwoo PARK 2023-12-15 01:36:42 +09:00
parent ca6ed96927
commit 0dbd7c4103

View File

@ -1,4 +1,4 @@
# NestLoggedDecorators
# NestJS Logging Decorators
This package provides some decorations to make NestJS logging simpler.
It only uses Logger provided by @nestjs/common package and some dependencies required for nestjs.
@ -18,3 +18,10 @@ yarn add nestlogged
## More Info
[Github Wiki](https://github.com/Worplo/nestlogged/wiki)
## Milestones
[ ] Real type-safe decorators
[v] Return value logging
[ ] Explicit Success/Fail logging with simple result wrapper
[ ] Log all parameters without adding anything