diff --git a/memory/glossary.md b/memory/glossary.md index c88358e6d..5ccd9434e 100644 --- a/memory/glossary.md +++ b/memory/glossary.md @@ -234,7 +234,7 @@ ALL golf tables use the `golf_` prefix. Never query without it. -**180 tables**, 2 views, 106 functions (source: `src/lib/types/database.ts`). +**181 tables**, 2 views, 106 functions (source: `src/lib/types/database.ts`).
Full alphabetical table list @@ -390,6 +390,7 @@ ALL golf tables use the `golf_` prefix. Never query without it. - `golf_qualifier_entries` - `golf_qualifier_selections` - `golf_qualifiers` +- `golf_recruit_documents` - `golf_recruits` - `golf_review_events` - `golf_round_reviews` diff --git a/memory/projects/golfhelm.md b/memory/projects/golfhelm.md index 30ef48267..79f2d7046 100644 --- a/memory/projects/golfhelm.md +++ b/memory/projects/golfhelm.md @@ -264,7 +264,7 @@ src/lib/coachhelm/ -**144 routes** (source: `src/app/**/page.tsx`). +**145 routes** (source: `src/app/**/page.tsx`).
Full alphabetical route list @@ -360,6 +360,7 @@ src/lib/coachhelm/ - `/golf/dashboard/coachhelm/genome/[playerId]` - `/golf/dashboard/coachhelm/genome/compare` - `/golf/dashboard/coachhelm/qualifying/[id]` +- `/golf/dashboard/courses` - `/golf/dashboard/development` - `/golf/dashboard/documents` - `/golf/dashboard/hub` @@ -425,7 +426,7 @@ src/lib/coachhelm/ -**112 server-action files** (source: `src/app/**/actions/**/*.ts`). +**115 server-action files** (source: `src/app/**/actions/**/*.ts`).
Full alphabetical action file list @@ -478,6 +479,7 @@ src/lib/coachhelm/ - `src/app/golf/actions/coaching-philosophy.ts` - `src/app/golf/actions/command-palette.ts` - `src/app/golf/actions/communication.ts` +- `src/app/golf/actions/course-library.ts` - `src/app/golf/actions/courses.ts` - `src/app/golf/actions/crm-automations.ts` - `src/app/golf/actions/crm-engagement.ts` @@ -510,6 +512,8 @@ src/lib/coachhelm/ - `src/app/golf/actions/player-notifications.ts` - `src/app/golf/actions/player-profile-stats.ts` - `src/app/golf/actions/push-notifications.ts` +- `src/app/golf/actions/recruit-documents-categories.ts` +- `src/app/golf/actions/recruit-documents.ts` - `src/app/golf/actions/recruiting.ts` - `src/app/golf/actions/recurring-events.ts` - `src/app/golf/actions/resend-activity.ts` @@ -554,7 +558,7 @@ src/lib/coachhelm/ -**51 custom hooks** (source: `src/hooks/**/*.ts`). +**52 custom hooks** (source: `src/hooks/**/*.ts`).
Full alphabetical hook list @@ -566,6 +570,7 @@ src/lib/coachhelm/ - `src/hooks/golf/use-calendar-keyboard.ts` - `src/hooks/golf/use-calendar-range-events.ts` - `src/hooks/golf/use-connection-status.ts` +- `src/hooks/golf/use-distance-units.ts` - `src/hooks/golf/use-edit-shot-modal.ts` - `src/hooks/golf/use-golf-messages.ts` - `src/hooks/golf/use-message-attachments.ts`