Git Product home page Git Product logo

Comments (10)

simrin051 avatar simrin051 commented on July 22, 2024 1

@vfedoriv @arey

Can i take up this issue

from spring-petclinic-angular.

arey avatar arey commented on July 22, 2024 1

Yes it looks like great

from spring-petclinic-angular.

simrin051 avatar simrin051 commented on July 22, 2024 1

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 exposed API end point ( http://localhost:9966/vets.html )
Can you please advice @arey

from spring-petclinic-angular.

simrin051 avatar simrin051 commented on July 22, 2024

Hi @vfedoriv / @arey

I can take up this issue and form validation issue

from spring-petclinic-angular.

simrin051 avatar simrin051 commented on July 22, 2024

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

from spring-petclinic-angular.

arey avatar arey commented on July 22, 2024

I propose to rename the All entry menu to Search then add a filter input text in this screen.
I don't remember if the REST API expose a search endpoint?

from spring-petclinic-angular.

simrin051 avatar simrin051 commented on July 22, 2024

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<Collection> getOwnersList(@PathVariable("lastName") String ownerLastName) {.....}

May i know what should be returned,should it return only owner name or owner details also

from spring-petclinic-angular.

arey avatar arey commented on July 22, 2024

You may test the seach feature of the original version of Petclinic here: https://spring-petclinic-community.herokuapp.com/owners?lastName=E

from spring-petclinic-angular.

simrin051 avatar simrin051 commented on July 22, 2024

image
image
May i know is this fine @arey

from spring-petclinic-angular.

simrin051 avatar simrin051 commented on July 22, 2024

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

from spring-petclinic-angular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.