Completing Listing REST endpoints for GET all and POST#7
Completing Listing REST endpoints for GET all and POST#7
Conversation
arnavjk007
left a comment
There was a problem hiding this comment.
We will also have it where only certain roles can create listings or ping these APIs. So just keep note or maybe comment as a reminder to implement user auth and permissions once that is implemented. For example, only lab admins can create or delete listings so we need to check permissions before we do the process.
…tion for GET requests
arnavjk007
left a comment
There was a problem hiding this comment.
Some minor changes + sorting changes
…now, created indexing for filters in schema file
arnavjk007
left a comment
There was a problem hiding this comment.
Restructuring change for consistency across all services
…w requested changes
There was a problem hiding this comment.
This looks good, I think the final thing we need is a little bit of unit testing to make sure that the apis work properly. I set up jest on the main branch so make sure to do git merge main in your feat branch to get the updates. Unit testing goes into each folder and creates a new tests file with .test.ts.
Describe your changes
Issue ticket number and link
[ Insert Link & Ticket #]
Checklist before requesting a review