From e8f19d046588046242d54a92dfd048b68e90100f Mon Sep 17 00:00:00 2001 From: Adrian Flores Cortes Date: Sun, 25 Jan 2026 06:29:51 -0600 Subject: [PATCH] [SAAS-022] feat: Implement Goals module - DDL: 4 tables (definitions, assignments, progress_log, milestone_notifications) - DDL: 8 enums, 16 RLS policies - Backend: 4 entities, 2 services, 2 controllers - Frontend: 3 API services, 24 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 2921ca9e..09ea4d51 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit 2921ca9e834e9b6da173ee3e1e8b53c6556a6047 +Subproject commit 09ea4d51b416a3596aba1755258ade3435dcd8e1 diff --git a/database b/database index a3f35452..6e5244b6 160000 --- a/database +++ b/database @@ -1 +1 @@ -Subproject commit a3f354528ada5aded3d68f3414d084abc80d7737 +Subproject commit 6e5244b612c3e67b0894577f39796bab950b14fd diff --git a/frontend b/frontend index a4253a8c..69a6a2c4 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit a4253a8ce990ac767b3602391075ad4e30405d44 +Subproject commit 69a6a2c4eaa77eb95d1eccbb417f8b0d877ef724