trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

PUT and PATCH APIs #244

Closed bglamadrid closed 1 year ago

bglamadrid commented 1 year ago

PR Checklist

PR Type

Summary

Resolve issue #232

Gives this backend the ability to perform partial and full updates, using the analogues REST API methods, PATCH and PUT, respectively.

To successfully enable such a feature, a good measure of refactoring had to be done. These changes are more thoroughly explained in the CHANGELOG.md file.

At the center of everything, method signatures from the CrudService and PatchService interfaces were altered.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug C 2 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 38 Code Smells

85.6% 85.6% Coverage
0.0% 0.0% Duplication