learning-project-01 / bookstore-app

3 stars 2 forks source link

media api initial implementation #90

Closed Ansu-s closed 8 months ago

Ansu-s commented 9 months ago

Added GET,POST,PUT,DELETE methods for Media-API

Ansu-s commented 9 months ago

I have created a endpoint which will return all the media details for particular Item and all the media elements are sorted according to their sequenceId

image

Ansu-s commented 9 months ago

Removed the ItemMedia API. Please review the final version.

Ansu-s commented 9 months ago

Added test cases for controller and services with 100% coverage
image

rkpatra201 commented 8 months ago

Good work. @Ansu-s . Just separate item limit functionality using stash or cherry-pick from media PR.

rkpatra201 commented 8 months ago

As this pull request is first submitted so I merged it. cc @Ansu-s / @Subhransupanda2000