Skip to content

feat: integrate cart API and fix order/cart endpoint paths#618

Open
christopher-leal wants to merge 13 commits into
EPAM-JS-Competency-center:mainfrom
christopher-leal:task-8
Open

feat: integrate cart API and fix order/cart endpoint paths#618
christopher-leal wants to merge 13 commits into
EPAM-JS-Competency-center:mainfrom
christopher-leal:task-8

Conversation

@christopher-leal
Copy link
Copy Markdown

@christopher-leal christopher-leal commented May 14, 2026

  • Updated API_PATHS to point cart and order to the deployed Cart Service API Gateway URL
  • Added RawCartItem type and updated cart queries to map the backend response { product_data, count } to the frontend { product, count } shape
  • Implemented useCart, useCartData, useInvalidateCart, useUpsertCart, and useClearCart hooks backed by the live Cart Service
  • Added authorization token header to order-related mutations

Christopher Leal and others added 13 commits April 10, 2026 18:39
… setup, and AWS CDK dependencies

- Added package.json for managing dependencies and scripts
- Created tsconfig.json for TypeScript compiler options
- Added a test file infra.test.ts with a placeholder test for SQS Queue creation
…sure file upload functionality in CSVFileImport component

Co-authored-by: Copilot <copilot@github.com>
@christopher-leal christopher-leal changed the title Task 8 feat: integrate cart API and fix order/cart endpoint paths May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant