Api Crud functions - Update Missing #72
-
Hello, I've been learning a lot in terms of the architectures and patterns you utilize. I like the idea of having a framework designed to be clean and allow for fast development. While learning from your project(s) I noticed that outside of the Update Profile there is no update functionality on the controllers. I'm wondering if there is something that escapes me that I might be missing. If there isn't then I would imagine all we would have to do is implement a new Update{Product}Request class and a Update{Product}RequestValidator and add the service method to update and link that to a PUT method in the controller. Unless I got any of that wrong. Thank you and keep up the hard work. Jeff |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi, I haven't focused enough on completing the CRUD Implementation as of now. And yes, you just have to add the request DTO, Validator, and Service method to complete the UPDATE implementation. I will try to add it in a couple of days or probably later today. Cheers, |
Beta Was this translation helpful? Give feedback.
Hi,
I haven't focused enough on completing the CRUD Implementation as of now. And yes, you just have to add the request DTO, Validator, and Service method to complete the UPDATE implementation. I will try to add it in a couple of days or probably later today.
Cheers,
Mukesh