yas icon indicating copy to clipboard operation
yas copied to clipboard

YAS: Yet Another Shop, a sample microservices project in Java

Results 144 yas issues
Sort by recently updated
recently updated
newest added

1. Create new DTO to store Product Detail (Product, Brand, Variantion...). 2. Create new service to collect Product detail in backoffice. 3. Create new REST in backoffice. 4. Create new...

Since each Customer has only one Shopping Cart, so, only 1 cart_items table is required with primary key is a pair of (customer_id, product_id) **AC1 :** Define **CardItems** Entity to...

refactor
shopping-carts
carts
orders

In the Observability Dashboard, the Http Request session shows the metric of prometheus itself which not what we expected ![image](https://github.com/user-attachments/assets/4cf318a4-22ea-4269-848d-908a2f768163) We exptect these metrics show the value of selected service....

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the maven dependencies of this project. #### Snyk changed the following file(s): - `pom.xml` #### Vulnerabilities that will...

- Search filter currently uses 'OR' across different fields. **From:** **To:** - Configure search filter to use 'AND' across different fields (e.g., Amazon, eBay). **Explanation:** If a customer selects 'Phone'...

refactor
storefront
search

When customer presses **Proceed to Checkout** button: - Create Checkout object from current Shopping Cart ## Acceptance criteria ### AC1: Implement API **GET /product/products?ids={product_ids}** on Product Service ```yaml openapi: 3.0.0...

refactor
checkout
orders

After creating the Checkout object (ticket [#1105](https://github.com/nashtech-garage/yas/issues/1105)), The Storefront will: - Get all payment methods from Payment Service - Service: Payment Service - API **GET /methods** - Get all shipment...

refactor
orders
storefront

Create a Maven project for the recommendation service, define the DDL for the product vector table.

recommendation-service