Project Type: WordPress Plugins

Extra Chill Artist Platform – Technical Documentation

This directory contains technical deep-dive documentation for the Artist Platform plugin. For architectural patterns and development guidelines, see ../CLAUDE.md For quick overview and installation, see ../README.md Comprehensive WordPress plugin providing...

Custom Post Types

The Extra Chill Artist Platform registers two custom post types that form the foundation of the system. Artist Profile (artist_profile) Configuration Slug: artists Archive URL: /artists/ Single URL: /artists/{slug} Menu...

Template System

The platform implements a dual template architecture supporting both full page rendering and modular component templates. Page Templates ExtraChillArtistPlatform_PageTemplates Class Singleton class handling full page template loading and routing. //...

Artist Join Flow Diagram

Complete flow diagram showing the artist platform join experience from start to finish. User Join Flow START: User visits extrachill.link/join │ ├─ Domain Mapping: sunrise.php redirects to artist.extrachill.com/login/?from_join=true │ ├─...

Roster Invitation Flow Diagram

Flow showing how roster members are invited and accept invitations. Roster Invitation & Acceptance Flow START: Artist owner invites roster member │ ├─ INVITATION INITIATION │ ├─ Artist navigates to...

Artist Platform REST API Integration

The artist platform exposes comprehensive REST API endpoints through the extrachill-api plugin, enabling mobile apps, third-party integrations, and external tools to access artist data. REST API Base All artist platform...

Artist Platform + Community (Out of Scope)

This plugin does not implement community forum provisioning or roster/forum synchronization. If another plugin (e.g. a community/forums plugin on the same multisite network) wants to integrate with artist profiles and...

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. [1.8.21] - 2026-04-26...

Analytics System

Comprehensive analytics tracking for link pages with daily aggregation, click tracking, and dashboard reporting. Analytics data is provided by the artist-platform plugin via filter hooks that feed into the extrachill-api...

Artist Profile Management

Comprehensive system for creating, managing, and displaying artist profiles with roster management. Artist Profile Creation Artist Creator Block Location: src/blocks/artist-creator/ Modern React-based Gutenberg block providing guided artist profile creation interface....

← Back to Chubes.net