Simrin Joshi

Results 19 comments of Simrin Joshi

@vfedoriv @arey Can i take up this issue

Hi @vfedoriv / @arey I can take up this issue and form validation issue

Hi @vfedoriv / @arey I am not clear with this issue. May i know whether search by owner name option is needed in the drop down box of owners. ![image](https://user-images.githubusercontent.com/26873360/133888970-89520eee-9a40-48c0-a544-b2b8de10e827.png)

Hi @arey There is an API exposed with last name. We can use this API.. @RequestMapping(value = "/*/lastname/{lastName}", method = RequestMethod.GET, produces = "application/json") public ResponseEntity getOwnersList(@PathVariable("lastName") String ownerLastName) {.....}...

![image](https://user-images.githubusercontent.com/26873360/134166480-8bc5f888-83f1-4475-a082-761896e73754.png) ![image](https://user-images.githubusercontent.com/26873360/134166536-915d02a9-c693-4628-977f-bfdc7edf8976.png) May i know is this fine @arey

May i know whether i should implement for Vets also? getAllVets() is the only method exposed API end point ( http://localhost:9966/vets.html ) Can you please advice @arey

Sorry @arey you have commented this on the wrong window. I have the below doubt. May i know whether i should implement for Vets also? getAllVets() is the only method...

@arey / @vfedoriv Is it recommended to write test cases for form validation. Can you please advice.

Hi @arey Ca i take up this issue. @arey Can you provide an outline on this issue. If i am not wrong i should just implement OAuth2 security for microservices,