yas
yas copied to clipboard
YAS: Yet Another Shop, a sample microservices project in Java
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...
[Customer] Create Page Create Customer
In the Observability Dashboard, the Http Request session shows the metric of prometheus itself which not what we expected  We exptect these metrics show the value of selected service....
 ### 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'...
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...
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...
Create a Maven project for the recommendation service, define the DDL for the product vector table.