yas
yas copied to clipboard
YAS: Yet Another Shop, a sample microservices project in Java
- Adding test cases for Media
The URL GET /backoffice/ratings returns an error 500 when the request is sent without the 'createdFrom' and/or 'createdTo' parameters.  **Expected** The endpoint returns list of all ratings if no...
Currently, module Cart doesn't have test. We should add tests to ensure the module quality.
Implement integration test for rating module
There is a bug in the product creation feature where incorrect product option combinations are being generated due to partial matches in product slugs. When a product variation's name or...

Create a shared project (module) to put common, reusable classes
**There're serveral log.debug level in yas, that make system slow down. It need to be logged suitable log level instead.** 