ncoronel
  • Joined on 2026-04-13
ncoronel pushed to dev at tbianchini/shopit-back 2026-07-31 12:51:34 +00:00
6dd057874a feat(website-extras): add showExtra method and resource for individual website extras, update routes and tests
40cbac17c6 feat(website-extras): implement toggle functionality for website extras and update related tests
Compare 2 commits »
ncoronel pushed to dev at tbianchini/shopit-back 2026-07-31 12:38:36 +00:00
45e56c43a6 feat(website-extras): add 'is_enabled' column to websites_extras table and update model and tests
ncoronel pushed to dev at tbianchini/shopit-back 2026-07-31 12:28:18 +00:00
cbb7b1c3a1 feat(database): remove 'database_rules' from WebsiteTypeExtra configurations and related tests
ncoronel pushed to dev at tbianchini/shopit-back 2026-07-31 12:27:42 +00:00
6b3a12b624 feat(website-extras): refactor WebsiteExtra management to use 'codigo' for identification, update routes, requests, and services
ncoronel pushed to dev at tbianchini/shopit-back 2026-07-31 12:26:27 +00:00
40a7dece11 feat(authorization): implement WebsiteExtra management with controller, request, resource, service, routes, middleware, and tests
5ec65ce3d3 fix(authorization): rename pivot table from 'menues_roles' to 'roles_menues' and update related references
b7e1332b8c feat(authorization): refactor role management to use RoleCode enum, update migrations, seeders, and tests
a087a511e0 feat(authorization): filter tenant menus by user roles in bootstrap process
a20b1713d3 feat(authorization): establish many-to-many relationship between roles and menus, add migration and seeder updates
Compare 8 commits »
ncoronel pushed to authorization at tbianchini/shopit-back 2026-07-31 12:23:16 +00:00
40a7dece11 feat(authorization): implement WebsiteExtra management with controller, request, resource, service, routes, middleware, and tests
ncoronel pushed to authorization at tbianchini/shopit-back 2026-07-31 11:35:52 +00:00
5ec65ce3d3 fix(authorization): rename pivot table from 'menues_roles' to 'roles_menues' and update related references
ncoronel pushed to authorization at tbianchini/shopit-back 2026-07-31 11:32:07 +00:00
b7e1332b8c feat(authorization): refactor role management to use RoleCode enum, update migrations, seeders, and tests
ncoronel pushed to authorization at tbianchini/shopit-back 2026-07-31 11:23:26 +00:00
a087a511e0 feat(authorization): filter tenant menus by user roles in bootstrap process
ncoronel pushed to authorization at tbianchini/shopit-back 2026-07-30 20:04:35 +00:00
a20b1713d3 feat(authorization): establish many-to-many relationship between roles and menus, add migration and seeder updates
d56d387933 feat(authorization): add role and tenant codes to users, implement validation logic, and create tests
cba32e90e7 feat(authorization): implement AuthorizationSeeder with roles and permissions, add tests
a674bcfabc feat(authorization): add roles and permissions models, migration, and tests
Compare 4 commits »
ncoronel created branch authorization in tbianchini/shopit-back 2026-07-30 20:04:35 +00:00
ncoronel pushed to dev at tbianchini/shopit-back 2026-07-30 19:37:09 +00:00
ace3f136e4 refactor(menu): add admin menu items and corresponding test cases
2cc72be850 refactor(website): add 'dates_text' field to event configuration and update related tests
8e3ee7eff6 refactor(tenant): introduce TenantInformationService for loading tenant data and resolving website extras
27d4f9fac6 feat(tenant): implement website extras functionality and validation in tenant creation
9e3163b74f refactor(website): update relationships and migration to use 'website_type_code' instead of 'website_type'
Compare 8 commits »
ncoronel pushed to homo at tbianchini/shopit-back 2026-07-29 15:07:12 +00:00
7c9ebc6d4d feat(auth): implement login security features including account locking and login attempt tracking
ncoronel pushed to homologacion at tbianchini/shopit-front 2026-07-29 15:06:53 +00:00
8c2f00bcbc refactor: remove loading state management from category and search pages
da61067c6a feat: introduce loading context management across services
125d9137fb feat: implement global loading state with interceptor and component
1fb9789abf fix: correct language attribute from 'en' to 'e' in HTML tag
7ebf383c89 refactor: change password input type to password-toggle and update icon class
Compare 5 commits »
ncoronel pushed to develop at tbianchini/shopit-front 2026-07-29 15:06:36 +00:00
8c2f00bcbc refactor: remove loading state management from category and search pages
ncoronel pushed to develop at tbianchini/shopit-front 2026-07-29 14:57:17 +00:00
da61067c6a feat: introduce loading context management across services
125d9137fb feat: implement global loading state with interceptor and component
1fb9789abf fix: correct language attribute from 'en' to 'e' in HTML tag
Compare 3 commits »
ncoronel pushed to dev at tbianchini/shopit-back 2026-07-29 13:48:27 +00:00
7c9ebc6d4d feat(auth): implement login security features including account locking and login attempt tracking
ncoronel pushed to develop at tbianchini/shopit-front 2026-07-29 13:25:41 +00:00
7ebf383c89 refactor: change password input type to password-toggle and update icon class
ncoronel pushed to homo at tbianchini/shopit-back 2026-07-29 12:38:14 +00:00
45553dc514 feat(purchase): add review submission for pending purchases and update related logic
1c870d9cfa feat(tickets): add source_purchase_id to tickets and update related logic
8ab94ec61f fix(validation): improve uniqueness message for attribute validation
4eacff86bc feat(purchase): update customer data for pending payment purchases
Compare 4 commits »
ncoronel pushed to dev at tbianchini/shopit-back 2026-07-29 12:38:07 +00:00
45553dc514 feat(purchase): add review submission for pending purchases and update related logic