ncoronel
  • Joined on 2026-04-13
ncoronel pushed to separacion_props at tbianchini/shopit-back 2026-06-25 19:12:50 +00:00
ncoronel created branch feature/compras in tbianchini/shopit-back 2026-06-25 19:12:43 +00:00
ncoronel pushed to feature/compras at tbianchini/shopit-back 2026-06-25 19:12:43 +00:00
6c45f45815 feat(purchase): implement PurchaseController with CRUD operations and request validation
70f51ac863 feat(purchase): add Purchase and PurchaseItem models with migrations for compras and compra_items tables
Compare 2 commits »
ncoronel created branch feature/attachables in tbianchini/shopit-back 2026-06-25 19:12:38 +00:00
ncoronel pushed to feature/attachables at tbianchini/shopit-back 2026-06-25 19:12:38 +00:00
2ce21799c7 feat(attachments): enhance AttachmentService to support base64 file uploads and refactor file handling logic
17799122e2 feat(attachments): update filename generation in AttachmentService to include file extension
e4448d810e feat(cart): remove carritos and carrito_items migration files
7994fe0c96 feat(attachments): refactor attachment management to use attachable pivot table and update related models and tests
ee59236d55 feat(attachments): ensure 'key' is set as UUID on attachment creation and update tests for key validation
Compare 10 commits »
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-25 13:24:53 +00:00
492c6c4ac2 feat(cart): implement cart management with add, update, and remove item functionalities
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-25 13:08:36 +00:00
a5b1539a80 feat(cart): create carritos and carrito_items tables with relationships
ncoronel created branch dev in tbianchini/shopit-back 2026-06-25 13:03:36 +00:00
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-25 13:03:36 +00:00
9b82800921 feat(cart): add Cart and CartItem models with item management methods
0e2ffc1c74 feat(catalog): add product variant controller, requests and resources
1907178e52 refactor(catalog): nest catalog routes under tenant
c6e5177df1 feat(catalog): add tenant-scoped product attributes and variant definitions
689d115a8f feat(tenant): reintroduce tenant-specific props and instance values
Compare 10 commits »