Ketut Sandiarsa

Results 24 issues of Ketut Sandiarsa

When routes are separated into several groups, there is no easy way to assign middleware into a specific group. It should possible like this. ``` new Plumier() .set(new ControllerFacility({ controller:...

next

This functionality required loading record that will be deleted, make sure only load the records only when generic controller has the appropriate hook to prevent unnecessary database access.

next

Possibly add custom validation that applicable on specific http method etc..

next

https://github.com/plumier/plumier/blob/f660372adfd655e3f70047aaaf92963efd18990c/packages/core/src/authorization.ts#L381

When creating custom return type on generic controller, the formatted response result failed ```typescript @generic.template("T") export class Response { @api.hideRelations() //

If not possible, remove [compilation](https://github.com/plumier/plumier/blob/ffc0ac5f47893cbeb596e62ed5b4fb37184431f9/packages/core/src/authorization.ts#L425) process