Skip to content

0.1.0 - Campaign System Foundation

This release establishes the foundational campaign management system with proper database schema and routing.

  • af15c40 - feat(schema): Added arcs and things to schema (2025-08-22)
  • 41cd6c9 - fix!(campaign): Using slug now (2025-08-22)
  • 6e04d47 - feat(dashboard): Shows a list of campaigns, and can create campaigns (2025-08-22)
  • 45257fe - cloned template (2025-08-22)
  • cf66965 - First commit (2025-08-22)
  • BREAKING: Campaign routing now uses slug-based URLs instead of IDs
  • Updated URL structure for better SEO and user experience
  • Campaign URLs now human-readable and shareable
  • Complete database schema for Arcs and Things
  • Relational data model supporting complex campaign structures
  • Type-safe database operations with proper schema validation
  • Campaign list view - overview of all user campaigns
  • Campaign creation interface - streamlined campaign setup process
  • Campaign navigation - easy switching between campaigns
  • Arc schema - structured storytelling framework
  • Thing schema - flexible entity management system
  • Campaign schema - top-level organization structure
  • Initial project structure based on proven template
  • Core dependencies and configuration
  • Development environment setup
  • Proper relational database design
  • Migration system for schema changes
  • Data integrity and consistency
  • Slug-based URL generation
  • SEO-friendly campaign URLs
  • Improved navigation and bookmarking
  • Complete development setup
  • Build and deployment configuration
  • Testing framework foundation
  • User session management
  • Campaign access control
  • Data privacy and security measures
  • Clean campaign creation process
  • Intuitive dashboard navigation
  • Structured content organization
  • Comprehensive database schema
  • Type-safe data operations
  • Extensible architecture foundation