You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It seems obvious that the createdAt, updatedAt, and __v fields are not used anywhere on the front end. so we can remove them from API responses.
Sure @tarunsamanta2k20 Here is the list of entities & controllers you would like to apply this facility,
ColumnEntity and ColumnController
MappingEntity and MappingController
ProjectEntity and ProjectController
TemplateEntity and TemplateController
UploadEntity and UploadController
Entites are inside the libs/dal/src/repositories folder and Controllers are inside the apps/api/src/app folder. And you can check this guide to setup Impler locally.
Is your feature request related to a problem? Please describe.
It seems obvious that the
createdAt
,updatedAt
, and__v
fields are not used anywhere on the front end. so we can remove them from API responses.Describe the solution you'd like
Exclude
decorator to an entity, like,__v
in the SchemaDocument,ClassSerializerInterceptor
interceptor, like,dal
lib by runningpnpm build:dal
.The text was updated successfully, but these errors were encountered: