ncoronel
  • Joined on 2026-04-13
ncoronel pushed to feature/events at tbianchini/shopit-front 2026-07-16 14:38:12 +00:00
b64c627702 feat(checkout): update payment intent payload to use 'transfer_payer_dni' and remove placeholder from DNI input
fc425543ee feat(checkout): add DNI input handling for transfer payments and update related components
Compare 2 commits »
ncoronel pushed to feature/events at tbianchini/shopit-front 2026-07-16 14:18:38 +00:00
36045656e7 feat(checkout): enhance transfer payment flow with DNI input handling and completion action
ada832cbba feat(checkout): update button width and background color for payment components
524eea38f4 feat(checkout): enhance transfer payment flow with DNI input and validation
Compare 3 commits »
ncoronel pushed to feature/events at tbianchini/shopit-front 2026-07-16 13:22:01 +00:00
f163e8a353 feat(checkout): refactor payment step components for QR, transfer, and TelePagos methods
ncoronel pushed to feature/events at tbianchini/shopit-front 2026-07-16 13:02:26 +00:00
8b785fd631 feat(cart): refactor cart item structure and update related components for consistency
e4195a8567 feat(product-detail): enhance product variant handling with inventory policies and update UI components
Compare 2 commits »
ncoronel pushed to dev at tbianchini/shopit-back 2026-07-16 13:00:11 +00:00
6fc6ed1fac feat: refactor cart and purchase handling to support polymorphic buyable types and improve code readability
c05206cc51 feat: refactor cart item handling to use mapped buyable types and improve method signatures
480ee70393 feat: refactor cart and bundle handling to support Buyable interface for improved flexibility
ceb1e2b04a feat: implement Stockable interface and methods for Bundle and ProductVariant models
Compare 21 commits »
ncoronel pushed to feature/events at tbianchini/shopit-back 2026-07-16 13:00:00 +00:00
6fc6ed1fac feat: refactor cart and purchase handling to support polymorphic buyable types and improve code readability
c05206cc51 feat: refactor cart item handling to use mapped buyable types and improve method signatures
480ee70393 feat: refactor cart and bundle handling to support Buyable interface for improved flexibility
ceb1e2b04a feat: implement Stockable interface and methods for Bundle and ProductVariant models
1d56d27350 feat: implement Bundle and BundleItem models, migrations, and polymorphic relationships for cart and purchase items
Compare 5 commits »
ncoronel pushed to feature/variant_bundles at tbianchini/shopit-back 2026-07-16 12:58:52 +00:00
6fc6ed1fac feat: refactor cart and purchase handling to support polymorphic buyable types and improve code readability
c05206cc51 feat: refactor cart item handling to use mapped buyable types and improve method signatures
480ee70393 feat: refactor cart and bundle handling to support Buyable interface for improved flexibility
ceb1e2b04a feat: implement Stockable interface and methods for Bundle and ProductVariant models
1d56d27350 feat: implement Bundle and BundleItem models, migrations, and polymorphic relationships for cart and purchase items
Compare 8 commits »
ncoronel pushed to feature/events at tbianchini/shopit-back 2026-07-16 12:07:10 +00:00
18c80b075b feat: Update product seeder to include inventory policy and improve code readability
ncoronel pushed to feature/events at tbianchini/shopit-back 2026-07-16 11:37:05 +00:00
10157d7c63 feat: Implement inventory policy for product variants
ncoronel pushed to feature/events at tbianchini/shopit-back 2026-07-15 17:33:28 +00:00
716d8e447c feat: add Fecha attribute seeder and integrate FiestaFutbolInfantilProductSeeder
ncoronel created branch feature/events in tbianchini/shopit-front 2026-07-14 19:43:33 +00:00
ncoronel pushed to feature/events at tbianchini/shopit-front 2026-07-14 19:43:33 +00:00
25085f6f85 feat(hero-banner): update event icons and add gradient overlay to hero banner
257e4fbeb8 feat(hero-banner): add HeroBanner component with dynamic hero and event configurations
cc87169c1c feat(menu-guard): implement hasMenuGuard for route access control based on tenant menu permissions
e383a8f159 feat(tenant): add HeroConfig, EventConfig, and Menu interfaces to enhance tenant structure
Compare 4 commits »
ncoronel created branch feature/events in tbianchini/shopit-back 2026-07-14 19:43:16 +00:00
ncoronel pushed to feature/events at tbianchini/shopit-back 2026-07-14 19:43:16 +00:00
ncoronel created branch feature/variant_bundles in tbianchini/shopit-back 2026-07-14 19:43:11 +00:00
ncoronel pushed to feature/variant_bundles at tbianchini/shopit-back 2026-07-14 19:43:11 +00:00
341cc16ee8 feat: refactor cart item handling to use mapped buyable types and improve method signatures
ab042acf9b feat: refactor cart and bundle handling to support Buyable interface for improved flexibility
562b48b3bd feat: implement Stockable interface and methods for Bundle and ProductVariant models
12bcc25b33 feat: implement Bundle and BundleItem models, migrations, and polymorphic relationships for cart and purchase items
cababe1a43 feat: add ticket fields to Product and ProductVariant models, requests, and resources
Compare 10 commits »
ncoronel pushed to develop at tbianchini/shopit-front 2026-07-12 19:49:29 +00:00
08f1bd8f3b feat(checkout-page): refactor payment component tests to use signals and improve method delegation
ncoronel pushed to develop at tbianchini/shopit-front 2026-07-12 19:49:14 +00:00
950c78c0c9 feat(checkout-page): enhance payment flow with payer DNI input and refactor payment components for improved structure
9b183dec36 feat(checkout-page): add host mixin for payment panel components to improve layout consistency
fe52519b72 feat(checkout-page): refactor payment method components and enhance styling for improved modularity
Compare 3 commits »
ncoronel pushed to dev at tbianchini/shopit-back 2026-07-12 19:49:04 +00:00
ca7a2ae55c feat: add payer_dni field and validation for transfer payments, update related logic and tests
ncoronel pushed to develop at tbianchini/shopit-front 2026-07-12 19:05:34 +00:00
9a03c78d4c feat(checkout-page): integrate ToastService for error handling in payment intent generation