From 1d3ad175aa71f0dd80c931039a8df2fa78884d57 Mon Sep 17 00:00:00 2001 From: Adrian Flores Cortes Date: Sun, 25 Jan 2026 05:43:32 -0600 Subject: [PATCH] [SAAS-019] feat: Implement Portfolio module - DDL: 4 tables (categories, products, variants, prices) with RLS - Backend: 4 entities, 2 services, 2 controllers, full CRUD - Frontend: API services and React Query hooks Co-Authored-By: Claude Opus 4.5 --- backend | 2 +- database | 2 +- frontend | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend b/backend index a2a1fd3d..2921ca9e 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit a2a1fd3d3bc1a0f14fe7db3265b4c090525fc603 +Subproject commit 2921ca9e834e9b6da173ee3e1e8b53c6556a6047 diff --git a/database b/database index 8915b7ce..a3f35452 160000 --- a/database +++ b/database @@ -1 +1 @@ -Subproject commit 8915b7ce71f305cebe449137422feb983ecf82a4 +Subproject commit a3f354528ada5aded3d68f3414d084abc80d7737 diff --git a/frontend b/frontend index 36ee5213..a4253a8c 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit 36ee5213c53ed1783f0e2f0e90f357d6c26af0c1 +Subproject commit a4253a8ce990ac767b3602391075ad4e30405d44