56 Commits

Author SHA1 Message Date
cawcenter
b8d638a945 Add complete database schema documentation + real content sales page generator 2025-12-16 12:30:26 -05:00
cawcenter
eebeb1a575 Fix: Change editors to client:only + add demo page generator using database content 2025-12-16 12:25:33 -05:00
cawcenter
d33676311f Add page/post management UI: editors, admin pages, and preview routes 2025-12-16 12:15:45 -05:00
cawcenter
35632f87b8 Add page management system: shim layer + API routes for pages/posts/sites CRUD 2025-12-16 12:14:08 -05:00
cawcenter
8fcd5353c7 Fix: Change SitesList to client:only to prevent SSR QueryClient error 2025-12-16 11:58:02 -05:00
cawcenter
ea23680e5d Fix: Change tablename to relname in getVacuumCandidates query 2025-12-16 11:51:44 -05:00
cawcenter
b1acc50c7f Fix: Use relname instead of tablename in pg_stat_user_tables query + add error handling 2025-12-16 11:33:35 -05:00
cawcenter
22515b83b1 Fix: Import executeCommand from server.ts instead of client.ts 2025-12-16 11:09:32 -05:00
cawcenter
0f4330b7e1 Add System Health Monitor: RAM/CPU/locks tracking with emergency kill controls + Visual Builder plan 2025-12-16 11:06:40 -05:00
cawcenter
11af92b0d0 Add Monitoring Dashboard + Update Documentation: Complete Valhalla implementation 2025-12-16 11:01:26 -05:00
cawcenter
28cba826c0 God Tier Hardening: Zod validation, SEO enforcement, connection pool monitoring 2025-12-16 10:48:16 -05:00
cawcenter
7afd26e999 Add Direct PostgreSQL Shim Architecture - SSR + API routes for direct DB access 2025-12-16 10:40:08 -05:00
cawcenter
6e31cf5c8a Fix: Populate 10 empty component files with React placeholders 2025-12-15 21:32:09 -05:00
cawcenter
98a1d0cc51 God Mode: Complete system with all fixes - BullMQ worker, ContentFactory dashboard, SystemMonitor API, public assets 2025-12-15 20:56:42 -05:00
cawcenter
6e826de942 God Mode - Complete Parasite Application 2025-12-15 18:22:03 -05:00
cawcenter
f658f76941 feat: add visual page builder to God Mode
- ContentLibrary component with blocks/avatars/fragments tabs
- EnhancedPageBuilder wrapper integrating visual editor
- Template library with funnel templates
- Avatar variable injection utility
- Builder route at /admin/pages/builder/[id]

Ready for page creation with visual editing.
2025-12-15 13:20:26 -05:00
cawcenter
9e4663ade4 feat: FINAL POLISH - DevStatus component, Admin Manual, Tech Stack Docs, and Quality Check Complete 2025-12-15 02:17:22 -05:00
cawcenter
135de6de52 feat(phase7): complete page audit, add missing admin pages - command station, logs, substations, deployments 2025-12-15 02:03:25 -05:00
cawcenter
07cf8342ee fix: corrected import paths in content-generator page 2025-12-15 01:57:49 -05:00
cawcenter
63f7470967 feat: content generation UI, test script, and API docs 2025-12-15 01:56:43 -05:00
cawcenter
0fc881c0ad feat: content generation engine - spintax resolver, API endpoints, BullMQ worker 2025-12-15 01:53:51 -05:00
cawcenter
2a9b4c5f92 docs: content generation engine plan 2025-12-15 01:48:46 -05:00
cawcenter
9b06a03331 feat: complete all 11 collection pages redesign 2025-12-15 00:19:36 -05:00
cawcenter
8da4326db0 feat: redesign spintax dicts + patterns pages (6/17 complete) 2025-12-15 00:18:28 -05:00
cawcenter
cf42f22e03 feat: redesign sites + generation queue pages 2025-12-15 00:17:36 -05:00
cawcenter
6ec1dc34d5 feat: UI redesign phase 1 - components + 2 pages (avatars, campaigns) 2025-12-15 00:16:46 -05:00
cawcenter
21fe0766be fix: replace React component with plain JS to fix hydration error 2025-12-14 23:36:54 -05:00
cawcenter
91bbf0b107 fix: add black background to homepage 2025-12-14 23:32:42 -05:00
cawcenter
1f99309e73 fix: seo/articles path (4 levels deep) 2025-12-14 23:27:30 -05:00
cawcenter
e79507b57c fix: ALL import path errors - verified build success 2025-12-14 23:20:59 -05:00
cawcenter
81c7b3828e fix: correct import paths for admin pages 2025-12-14 23:18:16 -05:00
cawcenter
8735964ad7 fix: remove date_created references, use created_at 2025-12-14 23:12:49 -05:00
cawcenter
99df8c42cb feat: complete all 17 admin pages - ALL FIXED 2025-12-14 23:10:01 -05:00
cawcenter
5063cfbc1b feat: fix sites, posts, pages, content blocks pages 2025-12-14 23:06:55 -05:00
cawcenter
2a0674e04f feat: fix 5 collection pages (campaigns, jobs, spintax, geo) 2025-12-14 23:06:12 -05:00
cawcenter
4e039e10c4 feat: CollectionTable component + fix avatars page 2025-12-14 23:05:11 -05:00
cawcenter
ad78a5e55b feat: generic collections CRUD API endpoint 2025-12-14 23:04:25 -05:00
cawcenter
f307ad2849 feat: comprehensive admin dashboard with quick links and API reference 2025-12-14 22:38:18 -05:00
cawcenter
7aca758ba3 fix: remove Tailwind CDN (CORS issue), use built-in Tailwind 2025-12-14 22:35:36 -05:00
cawcenter
4fafb3140e feat(weeks4-5): operations endpoints + UI components with Recharts & Leaflet 2025-12-14 22:31:58 -05:00
cawcenter
40a46a791f feat(weeks2-3): data ingestion, geospatial launcher, intelligence endpoints 2025-12-14 22:29:23 -05:00
cawcenter
ffd7033501 feat(week1): complete foundation - schema, migrations, enhanced SQL, sanitizer 2025-12-14 22:17:23 -05:00
cawcenter
209a7e65ae fix(frontend): remove client-side Directus calls causing hydration errors 2025-12-14 21:57:45 -05:00
cawcenter
47654f51fb feat(god-mode): add self-redeploy endpoint via Coolify webhook 2025-12-14 21:36:58 -05:00
cawcenter
659a968b2d fix(redis): use REDIS_URL in health checks with lazyConnect 2025-12-14 21:31:20 -05:00
cawcenter
fd61eab8c9 fix(redis): add error handling and support no-auth Redis 2025-12-14 21:29:58 -05:00
cawcenter
7d76f89940 fix(ui): restore tailwind CDN and add navigation menu 2025-12-14 21:27:21 -05:00
cawcenter
286d759c17 fix(ui): remove tailwind CDN and add token auth prompt 2025-12-14 21:15:52 -05:00
cawcenter
cc3fae39b2 fix(ts): use import type for schema interfaces to fix build 2025-12-14 20:42:53 -05:00
cawcenter
9113a642b1 fix(arch): remove directus-sdk/shim conflicts 2025-12-14 20:32:09 -05:00