ncoronel
  • Joined on 2026-04-13
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-30 14:19:01 +00:00
8b10996319 feat: exclude attributes from product list response in ProductController
72261bf422 feat: implement product management module with CRUD operations, service layer, and validation logic
Compare 2 commits »
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-30 13:25:38 +00:00
57a1e66d1a feat: update product carousel layout and styling for improved responsiveness
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-30 13:11:23 +00:00
ec261caab3 feat: implement product carousel component with thumbnail gallery and navigation controls
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-30 13:04:41 +00:00
cc16a53fac feat: implement product detail page with catalog service integration and image carousel support
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-30 12:56:59 +00:00
bf2ede4bc1 feat: implement product detail page and image carousel component
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-30 12:10:20 +00:00
79d4de6c04 feat: implement store routing and product detail page skeleton
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-30 11:50:04 +00:00
b8f4d06caa test: add unit tests for application routing and tenant resolution logic
74144b6d2c feat: implement store home page with product listing, pagination, and error handling
Compare 2 commits »
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-30 11:40:43 +00:00
b2796a2383 refactor: remove deprecated and unused utility file
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-29 20:01:31 +00:00
f664fbe2dc feat: add Postman collection for ShopIt API endpoints
46e7c27ae7 feat: implement product controller, service, and feature tests with updated API collection.
Compare 2 commits »
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-29 20:01:29 +00:00
4bb69d1b06 feat: implement store home page with paginated product listing and error handling
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-29 19:22:07 +00:00
5715977b25 feat: add ApiPaginationQueryParams interface and update CatalogService to support pagination
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-29 19:04:24 +00:00
fe4eebb685 feat: add Paginator component with navigation functionality and integrate into reutilizables test page
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-29 18:39:57 +00:00
286e56c979 feat: add StoreSection component and integrate it into reutilizables test page
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-29 18:02:21 +00:00
14f3906ef0 feat: update ProductController and ProductResource to include attribute options in product loading
edcb73f748 feat: refactor ProductVariantController and requests to use scoped product handling and update route parameters
Compare 2 commits »
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-29 17:42:19 +00:00
a7372f9d08 feat: update product and variant resources to include attribute options and metadata resolution
b05a574610 feat: optimize category and product resource queries with eager loading and response formatting improvements
59ed592787 feat: enhance Category and Brand resources with tenant handling and serialization improvements
Compare 3 commits »
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-29 17:01:35 +00:00
24235c5ca9 feat: add brand and category relationships to products, update requests and resources, and seed product catalog from images
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-29 15:13:27 +00:00
49771ebb13 feat: implement product and attachment management service with supporting migrations and API controllers
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-29 15:04:21 +00:00
cd420e02d8 feat: create ProductService to handle product, variant, and attribute management operations
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-29 14:59:32 +00:00
0206ee2985 feat: implement product variant CRUD operations and tenant configuration seeding
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-29 14:37:28 +00:00
9b7d728117 feat: implement product and attribute management services with corresponding controllers and feature tests