7 Commits

Author SHA1 Message Date
cawcenter
9c49d6f26a 🔧 TypeScript Schema Fixes: Complete type safety for Directus SDK
- Fixed DirectusSchema to use array types (Sites[], Posts[], etc.) as required by Directus SDK v11+
- Added missing fields to Pages interface: permalink, blocks, seo_title, seo_description, seo_image
- Added missing fields to Posts interface: excerpt, featured_image, published_at, category, author
- Added missing fields to Navigation interface: target
- Added missing fields to GeneratedArticles: is_published, date_updated
- Added missing fields to LocationsCities: county
- Cleaned up 'as unknown' type casts in fetchers.ts
- All TypeScript compilation errors resolved
2025-12-14 13:30:43 -05:00
cawcenter
f9947e81af feat: add god-mode API and auto-permissions - SECURE TOKEN IN COOLIFY ENV ONLY 2025-12-14 11:13:34 -05:00
cawcenter
f7dd7b41b5 feat: Implement Frontend Engine (Router + BlockRenderer) 2025-12-13 21:15:11 -05:00
cawcenter
2109aa6867 fix: Resolve schema and editor disconnect, add Flagship Demo Data 2025-12-13 20:56:30 -05:00
cawcenter
813e9cc28c feat: Add missing UI components + Jumpstart fix + Frontend plugins
UI Components:
- Add Textarea, Select, Dialog, AlertDialog components
- These enable future Intelligence Library CRUD interfaces

Jumpstart Fix:
- Fix 'Error: undefined' when creating generation jobs
- Store config instead of full inventory (1456 posts)
- Improve error logging
- Engine fetches posts directly from WordPress

Frontend Plugins:
- PWA with offline support
- Auto-sitemap generation
- Partytown for web worker analytics
- Image optimization
- Bundle visualizer
- Brotli compression

Diagnostic Test:
- All 10 Directus collections accessible
- 20/21 tests passed
- API connections verified working

Build verified and ready for deployment.
2025-12-13 18:39:30 -05:00
cawcenter
df8a5b2372 fix: Remove Intelligence Library components causing build failure
- Remove incomplete CRUD components that require Shadcn UI
- Keep Jumpstart fix and frontend plugin upgrades
- Diagnostic test confirms all API connections working
- Build now succeeds and ready for deployment

Note: Intelligence Library UI components will be added in next phase
after Shadcn UI components are properly set up.
2025-12-13 18:38:21 -05:00
cawcenter
b2d548c5fb feat: Complete frontend master upgrade with PWA, SEO, Bundle Analysis, and State Management
- Install nanostores for lightweight state management
- Add enhanced Directus client with auth and realtime
- Configure PWA with offline support and service worker
- Enable auto-sitemap generation for SEO
- Add Partytown for web worker analytics
- Implement image optimization with astro-imagetools
- Add bundle visualizer for performance analysis
- Enable Brotli compression for all assets
- Add Vite Inspect for debugging
- Create sidebar state management store
- Install TipTap rich text editor
- Add React Hook Form + Zod validation
- Add TanStack Query for data fetching

All plugins tested and build verified successfully.
2025-12-13 17:35:09 -05:00