This website requires JavaScript.
Explore
Help
Register
Sign In
ncoronel
0 Followers
·
0 Following
Joined on
2026-04-13
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
Projects
Packages
Public Activity
Starred Repositories
ncoronel
pushed to
feature/events
at
tbianchini/shopit-front
2026-07-20 19:24:30 +00:00
a233a93d16
feat(store-home-page): add margin styling for adjacent store sections
ncoronel
pushed to
feature/events
at
tbianchini/shopit-front
2026-07-20 19:08:37 +00:00
b0e97fc577
feat(store-home-page): refactor to use catalog structure and update product loading logic
ncoronel
pushed to
feature/events
at
tbianchini/shopit-front
2026-07-20 17:39:18 +00:00
5165ea0716
feat(product-list): implement pagination and update items to use paginated response
ncoronel
pushed to
feature/events
at
tbianchini/shopit-front
2026-07-20 17:29:11 +00:00
c0eb3369c5
feat(product-list): replace ProductCard with ProductColumnWithImage and update related components
ncoronel
pushed to
dev
at
tbianchini/shopit-back
2026-07-17 19:07:46 +00:00
d3182fbd13
feat: add migration to expand tenant_codigo in bundles and update related seeders and tests
ncoronel
pushed to
dev
at
tbianchini/shopit-back
2026-07-17 17:42:57 +00:00
b8eb71896c
feat: refactor featured variants to group items, including new controller and resource implementations
cb0fb2899c
feat: implement polymorphic relationships for group items to support bundles and product variants
Compare 2 commits »
ncoronel
pushed to
dev
at
tbianchini/shopit-back
2026-07-17 17:34:17 +00:00
615eacea91
feat: rename featured_variants to group_items and update related references
ncoronel
pushed to
feature/events
at
tbianchini/shopit-front
2026-07-17 17:14:16 +00:00
625990f594
feat(product-vertical-with-cart-card): add reusable vertical product card component with cart functionality
d4c671dc7a
refactor(product-row-card): move variant selection logic into constructor for better clarity
944c12a7f3
feat(product-row-card): update variant selection logic to default to first variant if none selected
9a4e2a03e9
feat(product-card): update title color for better visibility and readability
Compare 4 commits »
ncoronel
pushed to
feature/events
at
tbianchini/shopit-front
2026-07-17 14:54:15 +00:00
40cc2b840d
feat(product-row-card): add reusable product row card component with styling and functionality
45c2ee7a2f
feat(store-header): update brand slot dimensions for improved layout
Compare 2 commits »
ncoronel
pushed to
dev
at
tbianchini/shopit-back
2026-07-17 13:58:50 +00:00
84c9fa4c9d
feat: update purchase status to pending payment in payment intent and related test
b3d06431e5
feat: rename payer_dni to transfer_payer_dni across purchase handling and update related tests
Compare 2 commits »
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
379c2bdbeb
Merge branch 'dev' of
https://gitea.quo.ar/tbianchini/shopit-back
into dev
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
First
Previous
...
6
7
8
9
10
...
Next
Last