📄️ Extend Existing Entity
Learn how to extend existing entities, including adding database columns, extending the backend API and including new data in the UI workflows
📄️ Create New Entity
Learn how to add a new entity type. Extend the backend API and create the typical Explorer, Create and Details stations for the Management System workflows of that entity.
📄️ AI-Assisted Development
Learn how to use Mosaic Agent Skills to generate Explorer, Create, and Details stations with AI assistance. Works with Claude Code, GitHub Copilot, and other MCP-enabled AI agents.
📄️ Add Data Validations
Overview
📄️ Extend Existing Entity with Localizations
Overview
📄️ Database Migrations and ax_define functions
What you'll learn
📄️ Implement a Bulk Export Feature
Overview
📄️ Enable Bulk Edit for an Entity
Learn how to enable the Bulk Edit feature for your entities. Add the necessary PostGraphile plugin and message handler to enable editors to perform batch operations.