Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Shopping Cart Management with entities ShoppingCart and CartItem... #13

Merged
merged 3 commits into from
May 22, 2024

Commits on May 20, 2024

  1. Implement Shopping Cart Management with entities ShoppingCart and Car…

    …tItem, endpoints for adding, updating, viewing, and deleting cart items, security configurations, Liquibase integration, pagination, sorting, and BookMapper.
    nklimovych committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f45d59d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6495c15 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Code refactored: CartItemService methods merged into ShoppingCartServ…

    …ice to prevent code duplication and improve convenience. Fixed LazyInitializationException occurrences.
    nklimovych committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ffb4d35 View commit details
    Browse the repository at this point in the history