Closed prasenjeet-symon closed 11 months ago
hi @prasenjeet-symon can i take this?
@jude-san Yes absolutely 👍
@jude-san It is a long task , for this issue just add the appropriate middleware only. Do not change the api's business logics. Thanks
@jude-san It is a long task , for this issue just add the appropriate middleware only. Do not change the api's business logics. Thanks
noted.
@prasenjeet-symon looks like i am not making any progress with the task, can i be unassigned? thanks.
Hello @prasenjeet-symon , Can I work on this?
Hello @prasenjeet-symon , Can I work on this?
Yes , Assigned to you . Sorry for the late reply, was little bit busy.
Title: Attach Validators Middleware to API Routes in
server
FolderDescription: This GitHub issue is dedicated to attaching validators middleware to the API routes within the
server
folder. The validators are located in thelib/utils
folder, and this process aims to ensure that incoming requests are validated and adhere to defined rules and constraints. Reference can be taken from the__tests__/server/validators-route.ts
file for guidance on how to attach validators to routes.Tasks:
Middleware Attachment:
server
folder.lib/utils
folder that correspond to each route.Validator Integration:
server
folder.Testing:
Documentation:
Acceptance Criteria:
server
folder.Additional Information:
After creating this GitHub issue, you can proceed to follow the tasks outlined to attach validators to your API routes in the
server
folder.