aethex-forge/server
MrPiglr 25d584fd46
feat: Complete database migration and developer platform
- Applied all 31 pending Supabase migrations successfully
- Fixed 100+ policy/trigger/index duplication errors for shared database
- Resolved foundation_contributions schema mismatch (added user_id, contribution_type, resource_id, points columns)
- Added DROP IF EXISTS statements for all policies, triggers, and indexes
- Wrapped storage.objects operations in permission-safe DO blocks

Developer Platform (10 Phases Complete):
- API key management dashboard with RLS and SHA-256 hashing
- Complete API documentation (8 endpoint categories)
- 9 template starters + 9 marketplace products + 12 code examples
- Quick start guide and SDK distribution
- Testing framework and QA checklist

Database Schema Now Includes:
- Ethos: Artist/guild tracking, verification, tracks, storage
- GameForge: Games, assets, monetization
- Foundation: Courses, mentorship, resources, contributions
- Nexus: Creator marketplace, portfolios, contracts, escrow
- Corp Hub: Invoices, contracts, team management, projects
- Developer: API keys, usage logs, profiles

Platform Status: Production Ready 
2026-01-10 02:05:15 +00:00
..
email.ts Prettier format pending files 2025-11-05 04:50:45 +00:00
ghost-admin-api.ts Fix Ghost API response types in ghost-admin-api (both occurrences) 2025-11-16 07:07:51 +00:00
index.ts feat: Complete database migration and developer platform 2026-01-10 02:05:15 +00:00
node-build.ts Update server to bind to all interfaces and use correct port 2025-12-07 23:20:18 +00:00
supabase.ts Revert Supabase URL priority - both URLs point to same instance 2025-11-16 10:45:43 +00:00